What are event-delegation model and event-inheritance
model? Which is best?
Answer / anamika
Evnet delegation model is d best. Reduces overhead ,
separates user interface and event handling coding, and
only those listeners process d events whcih are responsible
for that.
| Is This Answer Correct ? | 3 Yes | 7 No |
What are streams?
What is a method vs function?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
Can we have 2 main methods in java class?
When can you say a graph to be a tree?
Can private class be inherited in java?
What is tcp ip in java?
What is namespace in java?
Can we catch more than one exception in single catch block?
What about method local inner classes or local inner classes in java?
Is there any sort function in java?
What does serializing data mean?