| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| diff between abstract methods and interfaces with programing
(code) example? | | 2 |
| why java does not support mulitple inheritance directly? | TCS | 2 |
| Why Wait and notify are kept in Object class although they
are used only with Thread Class | Saksoft | 2 |
| What is emant by API?
is it related to java only or it is common for all OOPS
supporting language? | | 2 |
| Hi Friends, I am beginner in java. what i know about
synchonized keyword is,If more that one 1 thread tries to
access a particular resource we can lock the method using
synchronized keyword. Then after that how the lock is
released and how next thread access that.Please explain with
example. | | 1 |
| byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p? | Wipro | 5 |
| what is the use of abstract class? | AMDOC | 2 |
| what is Thread? | | 6 |
| How to do validation of the fields in any project ? | | 2 |
| Iterator in the HashMap is fail-safe means what? | IBM | 9 |
| whats the life cycle of jsp
| Satyam | 11 |
| What is operator? | | 2 |
| What is an Iterator interface? | | 2 |
| What is Locale class? | MySoft | 1 |
| how can u create the object with out new operator | | 2 |
| how can we use the servlet as standalone apllication?should
we need to extend any class? | Logica-CMG | 2 |
| What is hard code & soft code? | Wipro | 4 |
| what is diff bet iterator and enumeration? | | 2 |
| Can u write constructor in abstract.If yes den when it will
be invoked. | SunGard | 3 |
| Why we use static and synchronized in method for single
thread model
example:
public static synchronized add(){} | | 1 |
| |
| For more Core Java Interview Questions Click Here |