What is the basic concept of java?
No Answer is Posted For this Question
Be the First to Post Answer
Why do I need to declare the type of a variable in java?
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?
What is "finally" keyword?
What is comparator in java?
Is java type safe?
WAP to illustrate the use of interface
Explain the significance of listiterator.
Is array size fixed in java?
Can we have any other return type than void for main method?
What is difference between overloading and overriding?
what is polymorphism?
Is hashset ordered?