What event results from the clicking of a button?
No Answer is Posted For this Question
Be the First to Post Answer
what is singleton class? where it mainly used in the projects?
whats is mean by class.forName() whats the return type of class
In HashTable I am storing null value..then what is the error it will show
What is permgen or permanent generation?
What are different types of layout managers in java.awt package?
what is difference between object state and behaviour?
Do I need to import javlang package any time? Why ?
how to search the pertical objects in a Collections
Which containers use a border layout as their default layout?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
Explain the different types of memory used by jvm?
Name the method to find, if a thread is active or not?