Answer Posted / 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 |
Post New Answer View All Answers
What is dynamic binding(late binding)?
What does it mean that a class or member is final?
Tell me are there implementations for sorting and searching in the java libarary?
What is the syntax and characteristics of a lambda expression?
What is jit and its use?
What is balanced tree in java?
Why bytecode is called bytecode?
Why a dead thread occurs?
What is the purpose of a volatile variable?
Can we convert list to set in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain the difference between a Thread and a Process.
Can a constructor call the constructor of parent class?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a file pointer?