| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what release of java technology are currently available what
do they contain? | | 1 |
| Explain pass by reference and pass by value? | Wipro | 5 |
| which swing component is similar to rich text box in .net/vb | | 1 |
| Can u write constructor in abstract.If yes den when it will
be invoked. | SunGard | 3 |
| whats is inheritance? | HCL | 14 |
| What is Locale class? | MySoft | 1 |
| What happens if an exception is not caught? | | 4 |
| they asked class A{}
class B{}
class c{}
all the three class saved as a single file,there is no main
method in the file
and anothe class
M.java
class m
{
psvm(String args[])
{
// here the parent class can access
}
}
| DNS | 1 |
| Is java supports multiple inheritance? explain? | Inforica | 11 |
| How to synchonise HashMap | IBM | 3 |
| real time example for deadlock,starvation,livelock | | 4 |
| 10. class Nav{
11. public enum Direction { NORTH, SOUTH, EAST, WEST }
12. }
13. public class Sprite{
14. // insert code here
15. }
Which code, inserted at line 14, allows the Sprite class to
compile?
a)Direction d = NORTH;
b)Nav.Direction d = NORTH;
c)Direction d = Direction.NORTH;
d)Nav.Direction d = Nav.Direction.NORTH; | | 1 |
| What classes of exceptions, caught by a catch clause? | | 1 |
| Is it possible to write static method in abstract class?
justyfy your answer? | Hexaware | 3 |
| How java is platform independent? | TCS | 14 |
| What is non static block in java | Ness-Technologies | 6 |
| What is numeric promotion? | | 1 |
| WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS? | | 4 |
| What do u mean by wrapper Class?
What do u mean by Jvm... How do u change JVM for other OS?
Or No need to Change ...? its like tricky | EDS | 5 |
| How to sort the elements in HashMap
| Ness-Technologies | 3 |
| |
| For more Core Java Interview Questions Click Here |