Name the package that most of the AWT events that supports
event-delegation model are defined?
Answer Posted / srp
java collection interview question & answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain different types of thread priorities ?
Do I need to import java.lang package any time? Why?
What is the use of singleton?
Describe 2 different ways to concatenate two strings.
Which object oriented concept is achieved by using overloading and overriding?
What is the final class modifier?
What do you mean by pointer value and address?
can used Protected Class outside Function.?
Explain public static void main(string args[]).
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is member in java?
How do you read a char in java?
What is byte value?
What is thread count in java?
Does constructor be static?