| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between ?System.out.println?
and ?System.error.println?? | Sai-Softech | 2 |
| What is the difference between this() and super()? | TCS | 11 |
|
class{
...
...
interface myinterface{
...
...
}
abstract class{
..
..
}
...
..
..
}
is this possible to write "Interface and/ or Abstract class
inside a class ?
if possible whcich one is possible
is only interface?
is only abstract? | Logica-CMG | 2 |
| Can we declare variables inside a method as Final Variables? | | 3 |
| What is the life cycle of an Applet ? | | 1 |
| System.out.println(101/14)
what is the output?
a)6
b)14
c)7.14
d)0 | Accenture | 6 |
| Name the packages in JDK? | | 2 |
| explain about jre and jvm | | 2 |
| What is the difference between Resultset and Rowset. | IBM | 5 |
| After compilation of java program we'll get .class code. If
it's generated in OS Windows XP will it work on OS Linux? If
yes why? If no why? | Aricent | 4 |
| What is meant by event handling in SAX parser? | Ness-Technologies | 1 |
| how to handled exceptions & erros in ejb? | Satyam | 1 |
| which method throws exception of type Throwable | | 2 |
| What is the smallest package in Java API? | | 4 |
| What are the OOPS concepts in Java ? | Satyam | 3 |
| whats the diff between jsp and servlets? | HCL | 9 |
| what is multithreading? | Virtusa | 4 |
| String is a immutable objects . it means that string does
not change...........
But it will be chang.........
{
String s="kapil";
String s1="raj";
String s=s1;
then print(.......)
The String has been changed ..
how it is possible and why its called immutable objects | | 3 |
| what is the difference between static block and static
method | Huawei | 9 |
| Is it possible to write static method in abstract class?
justyfy your answer? | Hexaware | 3 |
| |
| For more Core Java Interview Questions Click Here |