Answer Posted / giridhar gangapatnam
Button b1=new Button("OK");
add(b1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data member in java?
What is jvm? Why is java called the platform independent programming language?
What is meant by inheritance and what are its advantages?
Why do we need hashmap in java?
What is the difference between a static and a non-static inner class in java programming?
What is empty list in java?
Why wait and notify methods are declared in object class?
Explain restrictions for using anonymous inner classes?
What is the purpose of the file class in java programming?
How do you use spaces in java?
Who developed java?
Tell some latest versions in JAVA related areas?
Can a final variable be initialized in constructor?
Can extern variables be initialized?
Why are the destructors for base class and derived class called in reverse order when the program exits