Why multiple inheritance is not supported by java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the history of java?
How to write custom exception in java?
Explain Event handling in AWT?
what is the volatile modifier for? : Java thread
what is Inheritense
What is the java virtual machine?
explain the classification of exception and hoew to handle the exceptions
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 arraylist sorted in java?
How do you write a conditional statement?
What methodology can be employed to locate substrings inside a string?
What is Servlet?