What is resource bundle?
Answer / sucharitha
Resource bundle is a class,that stores local-specific
resources that can b loaded by a program to tailor programs
apperance.
| Is This Answer Correct ? | 8 Yes | 3 No |
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
How would you detect a keypress in a jcombobox?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
How do you maintain a stateful session object across the session
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
What are synchronized methods and synchronized statements?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What modifiers may be used with an inner class that is a member of an outer class?
What is the infobus?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What are different types of layout managers in java.awt package?
Why do I get a duplicate name error when loading a jar file?