Is a class a subclass of itself?
No Answer is Posted For this Question
Be the First to Post Answer
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the difference between system.out ,system.err and system.in?
What is the use of Class.forName
Have you used threads in Servelet?
what are design patterns in java?give with example?
Name the class that is used to bind the server object with RMI Registry?
What is a thread?
Will the general public have access to the infobus apis?
What are different types of layout managers in java.awt package?
What is glasgow?
what is a Daemon Thread?
What must a class do to implement an interface?