-
Java Immutable objects
Know every thing about immutable objects. Strategy for creating mutable objects. Why immutable objects are Important.
-
C# out parameter modifier
Csharp out parameter details. How out works and when we can use ref parameters.
-
C# ref Parameters
Csharp pass by reference parameter details. How ref works and when we can use ref parameters.
-
Reset MySQL forgotten Root Password on Windows
Know procedures to reset MySql root password even incase you forget the old one.
-
End PowerPoint Slide Show Using C#
Know how to end Power Point slide show using ms office COM interop and csharp.
-
Invoking private method and accessing private fields using Java reflection
In general we can not access private field and method via object in Java. But using reflection we can do in normal standalone application. But In applications like applet or android application it requires special permission to access private fields and methods. Table of content Invoking private methods Accessing private fields Here is sample private…
-
Java Serialization using Serializable Interface
Example of Java Serialization and De-Serialization using Serializable interface and ObjectOutputStream class. Complete serialization and deserialization information when you do via Serializable interface.
-
How to get HTML tag attributes using C-Sharp
C-Sharp example to get HTML tag attributes. Use regular expression to parse text carefully.
-
How to check calling thread is associated with current dispatcher
Know how to check calling thread is associated with current dispatcher in WPF. In general case it is not required in WPF programming.
-
What is cipher in encryption?
Know what is term cipher in cryptography? What are different types of ciphers ? Most commonaly used ciphers.