| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When finalize method is called? | | 3 |
| What is update method and when it is called? | | 1 |
| What is difference between Iterator and for loop | | 4 |
| What are integer overflows and underflows and how to handle
them? | Wipro | 2 |
| what is Thread? | | 6 |
| Different types of Layouts? | | 5 |
| Difference between this(), super()? | | 8 |
| I/O blocking means? | | 1 |
| Name the method that is used to set a TextComponent to the
read-only state? | | 1 |
| Without creating a new object, How you can retrieve a
String or other object? | | 1 |
| explain System.out.println | IBM | 41 |
| How will you create the class for the following scenario?
Employees under one employee?
| Bally-Technologies | 2 |
| By what default value is an object reference declared as an
instance variable? | Wipro | 1 |
| What is the purpose of premetive data types in java? | Merrill-Lynch | 2 |
| What is the superclass of exception? | | 2 |
| What is compile time polymorphism? | Elementus-Technologies | 6 |
| What is the need to implement Serializable interface (with
no methods) for objects which are to be serialized ?
We can write our own functionality which writes objects to
streams then why we need to implement and tell JVM that
which objects can be serialized. | iFlex | 4 |
| Can applet in different page/s communicate with each other? | | 1 |
| Can we add two byte variables and assign the result to a
byte variable ?
b=b1+b2 where b,b1,b2 are byte types | TCS | 3 |
| When does the compiler supply a default constructor for a
class? | TCS | 8 |
| |
| For more Core Java Interview Questions Click Here |