Java, J2SE, J2ME, J2EE, ANDROID, JQUERY, JAVA SCRIPT, JSP, SERVLET, Collection Framework, Java Generics, C, C++
Subscribe to:
Posts (Atom)
Scrum and Scrum master
Scrum Scrum is a framework which helps a team to work together. It is like a rugby team (the scrum name comes from rugby game). Scrum enco...
-
What is Wildcard Capture ? When a generic method is called then the type parameter is choosen to replace the unknow type represented by th...
-
About transient transient is a keyword which is used with the member variable of a class to exclude a particular variable from the serial...
-
volatile is a keyword in java it is used to indicate java compiler and java thread that do not cache the value of the variable preceded wit...