What is ResourceBundle class?
Answer / ravikiran(aptech mumbai)
Resource bundle is used to produce messages which are saved
as key-value pairs inside .properties file
| Is This Answer Correct ? | 4 Yes | 0 No |
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 do you mean by local variable and instance variable?
Why are functions called methods in java?
What is a ?
What happens when heap memory is full?
Is 0 true or is 1 true?
What is difference between synchronize and concurrent collection in java?
Which is faster call by value or call by reference?
What is the difference between Resultset and Rowset.
What is the main use of generics in java?
How do you create a method in java?
What is CardLayout?