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 |
can we have function for truncating the sign as like abs in oracle.
What is the use of singleton class?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?
What is java and their uses?
What is the purpose of void?
what is the difference between yielding and sleeping? : Java thread
Print Vertical traversal of a Binary Tree.
Explain Big-O notation with an example
explain Anonynous inner class?
How do you use, call, and access a non-static method in Java?
What is static block?