What is Applet Flickering ?
Answer / rajesh manem
: When an applet is executing some graphics using a thread,
some color desolution will be happening, this is called as
flickering
| Is This Answer Correct ? | 9 Yes | 0 No |
Explain where variables are created in memory?
Define immutable object?
Explain methods specific to list interface?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Is java util regex pattern thread safe?
What is boolean keyword in java?
difference throws and throw in java
How to call one constructor from the other constructor ?
can we take more than one null values for Unique constraints.
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
What is __ init __ functions?
What is the difference between stringbuffer and stringbuilder class?