What does || mean in code?
No Answer is Posted For this Question
Be the First to Post Answer
How the metacharacters are different from the ordinary characters?
What do you understand by the term singleton?
Explain the scope or life time of class variables or static variables?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
Is string pool garbage collected?
What are the main uses of the super keyword?
types of applets?.
How to use string tokenizer class.
Can you explain inner class.
How to Sort Strings which are given in List and display in ascending order without using java api.