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 |
What is the use of using enum to declare a constant?
Is it possible to write static method in abstract class? justyfy your answer?
What is java instanceof operator?
Is arraylist ordered in java?
Why do we need data serialization?
what is difference between Interface and abstract class
Can we convert stringbuilder to string in java?
What is the buffer limit?
Describe inheritance as applied to java?
posted in online test
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
How to create com object in Java?