How can an exception be thrown manually by a programmer?
No Answer is Posted For this Question
Be the First to Post Answer
What is "this" keyword in java? Explain
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
What is a vararg?
How many objects are created for a singleton class
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
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?
adapter class ?
What is the difference between preparedstatement and statement in java?
Difference between JDK, JRE, JVM
16 Answers Deloitte, HCL, Mind Tree, Oracle, Reliance, TCS, ThinkBox,
Can we use both this () and super () in a constructor?
What is an interoperable application in java ?
What is a native method?