What is the use of :: in java?
No Answer is Posted For this Question
Be the First to Post Answer
explain different ways of using thread? : Java thread
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is the abstract class?
What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?
What is a resource leak ?
Can a final variable be manipulated in java?
why we use merge option in hybernate pls give a ex snippet
What is an example of a keyword?
What is a priority queue java?
Can we have 2 main methods in java class?
can any one tell me what is advantage of encapsulation
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?