Can a class have multiple superclasses?
No Answer is Posted For this Question
Be the First to Post Answer
What is the intersection and union methods?
what is the difference between String and StringBuffer classes?
What is data string?
can you create interface instance ?
Is void a return type?
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
What is passed by reference and pass by value ?
how can i use a nonsynchronized hashtable?
Can you declare a static variable in a method?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Can we use synchronized block for primitives?
What is the use of http-tunneling in rmi?