What is the purpose of javac exe?
No Answer is Posted For this Question
Be the First to Post Answer
How do we access static members in java?
What is stringbuffer in java?
What is the difference between assignment and initialization?
What are the different types of inheritance in java?
What are the differences between getting and load method?
Program to print 1 1 2 1 2 3 1 2 3 4 like that
Why does abstract class have constructor?
Can a main method be declared final?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
What is the difference between yielding and sleeping in java programming?
Tell me the difference between an applet and a Japplet?
Can an interface extend another interface?