| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Java violates few objected oriented concepts. Can you
explain in what way? | Ness-Technologies | 3 |
| how session will be expired ? | Satyam | 2 |
|
I have a sorting issue with a Hashmap. My constraint is that
I MUST use the Hashmap and work with existing code. I do a
database query and place the results in a Hashmap. When I
iterate thru the Hashmap, it loses the original alphabetical
sorting done by the database. So, my problem is that I must
sort the results coming out of the Hashmap which is then
placed into another class.
| | 1 |
| Explain Event handling in AWT? | TCS | 1 |
| List interface? | | 2 |
| printstream class method println() is calling using System
class and its static object out .how it is explain any one
in detail with example ? | TCS | 1 |
| What is Remote Interface ? | CTS | 4 |
| byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p? | Wipro | 5 |
| where do we use init() | | 2 |
| what is session facade ? | | 2 |
| what do you meant by Runtime Polymorphism? | Persistent | 10 |
| Explain the term serialization? | Wipro | 6 |
| How will you convert an ArrayList to Arrays? | KPIT | 3 |
| explain oops concepts with examples? | TCS | 16 |
| what is the use of declaring constructor as private? | Sai-Softech | 3 |
| What is difference between static method and static
variable? | | 6 |
| How to do validation of the fields in any project ? | | 2 |
| Name the types of mouse event listeners ? | | 2 |
| how to call a method in different package? | | 4 |
| Difference between String & StringBuffer | Wipro | 6 |
| |
| For more Core Java Interview Questions Click Here |