What are the interfaces defined by Java.lang package?
Answer / rajesh manem
cloneable(),comparable(),Runnable(),Readable().....
Is This Answer Correct ? | 13 Yes | 0 No |
Does treeset allow null in java?
Differentiate between stringbuffer and stringbuilder in java.
How many static init can you have?
How do you use compareto in java?
What is a boolean output?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are non-access modifiers?
write a program to create an vector and listeterator.and value should be enter through keyboard.
Why does java have two ways to create child threads?
What is ternary operator? Give an example.
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Describe the term diamond problem.