| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which all r Final classes in java except string? | | 3 |
| what is Remote Reference Layer ? | | 1 |
| What are interfaces? | | 1 |
| why to use transient variables when static variables can be
used for Serialization | | 3 |
| byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p? | Wipro | 5 |
| How to prevent a field from serialization ? | | 2 |
| Explain in detail about encapsulation with an example? | | 3 |
| what is difference between throw and throws in exception? | | 16 |
| What is an array and a vector? How they different from each
other? | | 3 |
| "We cannot create an object of interface but we can create a
variable of it". Discuss the statement with the help of an
example.
(Plz help us to provide immediately.) | | 1 |
| Can a for statement loop indefinitely? | | 3 |
| How GC (Garbage Collector) knows the objects reference is
unused.Whether GC removes the unused object Parmanently or
it maintains something. | | 2 |
| What are command line arguments? | | 2 |
| What is the is a and has a relation ship in oops concept in
java? | BearingPoint | 5 |
| What is the immediate superclass of the Dialog class? | | 1 |
| How to declare unique ArrayList ? | RMSI | 4 |
| Why const and goto are reserved keyword in java? | | 1 |
| what is the difference b/w design pattern and architecture | Covansys | 2 |
| why applet doesn't have main? isn't possible a program with
out main? | | 5 |
| Difference between overloading and Overriding. <Giving a
confusing example to test the concept.>
(also asked in PA Consultancy Group,iflex,Value
chain,IBM,CTS,Accenture, Tarang> | Symphony | 6 |
| |
| For more Core Java Interview Questions Click Here |