What is a text string?
No Answer is Posted For this Question
Be the First to Post Answer
Tell some latest versions in JAVA related areas?
What is an infinite loop in java? Explain with an example.
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?
Is empty string in java?
What is nan inf?
What is the difference between a factory and abstract factory pattern?
What are different types of control structures?
How will you load a specific locale?
Can we have a method name same as class name in java?
What restrictions are placed on method overriding?
Can we override tostring method in java?
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.