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 are the three parts of a lambda expression?
Write a java program to print fibonacci series?
What is the size of an array?
What is a java object and java application?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How many bytes is a string java?
Can we have return statement in finally clause? What will happen?
What are the characteristics of Final,Finally and Finalize keywords.
How to find the largest value from the given array.
What is isa relationship?
what are synchronized methods and synchronized statements? : Java thread
What is the java project architecture?
Explain when we should make an instance variable private.
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is constructor and its types?