| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is jdk1.5 features? | Virtusa | 2 |
| int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b;
System.out.println("The value is"+a+b+c;
| Honeywell | 16 |
| when we write class.forName("any one class"); what happens
actually?what it will return?explain stepwise? | | 5 |
| what is difference between validation.xml & validation
rules.xml? | BirlaSoft | 5 |
| How the elements are organized in CardLayout? | | 5 |
| What is numeric promotion? | | 1 |
| Difference between canvas class & graphics class? | | 1 |
| What enableEvents() method do? | | 1 |
| Explain method overloading and overriding? | | 6 |
| Difference between array and arraylist. | Sai-Softech | 4 |
| What are different types of access modifiers? | | 1 |
| What is the difference between a Window and a Frame? | | 1 |
| what is an virtual function | TCS | 2 |
| How can you take string into InputStream? | | 3 |
| when asub class inherits a super class and overrides a
public method of super class in sub class(public method in
super class).
why these methods needs to be public in sub class.
(otherwise compile time error). | | 2 |
| What is Locale class? | MySoft | 1 |
|
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 |
| what is the need of the Ajax? | iFlex | 5 |
| Explain about global variables in Java? | | 2 |
| What are the OOAD concepts in java explain with examples? | Aricent | 4 |
| |
| For more Core Java Interview Questions Click Here |