| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is Applet Flickering ? | Persistent | 1 |
| when i write
string s1="java";
in one program(application) and
string s2="java";
in another application
on the same jvm will both objects s2,s2 will refer to same
memory location where "java" is stored
in string pool. | | 2 |
| What is update method and when it is called? | | 1 |
| Does a class inherit the constructor of its super class?if
it does, how can you hide that constructor? if it doesnot
how can you call it from the sub class? | | 1 |
| What are null interfaces in JAVA ? and give me some
examples? | | 3 |
| which class to use when concatenating
strings in a loop. | IBM | 2 |
| What is the ResourceBundle? | Elementus-Technologies | 2 |
| How Applets & Servlets will communicate with each other? | | 2 |
| what is Portal(web based online portal)? | AIG | 1 |
| Difference between String & StringBuffer | Wipro | 6 |
| What is the Vector class? | | 3 |
| why is multiple inheritance not allowed in java? | Elementus-Technologies | 5 |
| Which characters are allowed to use as the second character
of an identifier, and which characters are not allowed? | | 2 |
| Explain about global variables in Java? | | 2 |
| explain the classification of exception and hoew to handle
the exceptions | | 2 |
| What is the use of anonymous inner classes ? | HCL | 8 |
| transaction attributes ? | | 2 |
| what is use of session tracking ?with example? | Photon | 1 |
| when,where and how to use abstract class and interface | | 2 |
| what is main purpose of abstract class? | | 2 |
| |
| For more Core Java Interview Questions Click Here |