What is the ResourceBundle?
Answer Posted / ravikiran
resource bundle is to save the message as key value pairs
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can a class be defined inside an interface?
What is nullpointerexception?
What are voids?
What modifiers are allowed for methods in an interface?
What is unicode full form?
How do you define a singleton class?
Will the jvm load the package twice at runtime?
Can a boolean be null java?
How do you represent a space in regex java?
What is tostring () method?
How do you add an element to an arraylist in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Is arraylist ordered in java?
What are the different types of java?