JSP Question:

What is the ResourceBundle class in JSP?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

The ResourceBundle class is used to store locale-specific resources that can be loaded by a program to tailor the program’s appearance to the particular locale in which it is being run.


Previous QuestionNext Question
Is JSP technology extensible?What is the difference between a Scrollbar and a ScrollPane in JSP?