What is OOP Language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of setAutoCommit() ?
Which is better stringbuffer or stringbuilder?
What do you understand by the term wrapper classes?
What is the final keyword denotes?
How can u increase the heap size in the memory?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is a percentage sign called?
Describe string intern() methodology
What is strings in java?
What is anagram in java?
How to reduce flicking in animation?