What is class??
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by Encapsulation? Can you write a class to explain encapsulation?
What is entry in java?
what is jms? features of jms
When is the garbage collection used in Java?
Diff between Comparator and Comparable?
What is the difference between the prefix and postfix forms of the ++ operator?
What are types of Java applications?
What modifiers are allowed for methods in an interface?
which method is used to know the status of the Thread?
How many types of packages are there in Java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.