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
Can an unreferenced object be referenced again?
What is a ternary operator in java? What is an interface?
What is void data type?
Difference between == and .equals() ?
What is the function of java?
What is a map? What are the implementations of map?
Explain serialization and deserialization in java?
Explain java heap space and garbage collection?
Write a program to print all permutations of string?
Explain about abstract classes in java?
Which java collection does not allow null?
Explain the difference between abstraction and encapsulation.
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is jvm? How its run?
What is the use of volatile in java?