| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Default layout of Dialog object? | | 1 |
| What is the difference between Abstract Class and Interface | AMDOC | 6 |
| what is the difference between pagecontext and
servletcontext? | JBA-Infotech | 4 |
| Does 'true' and 'false' are keywords? | | 5 |
| 10. class Nav{
11. public enum Direction { NORTH, SOUTH, EAST, WEST }
12. }
13. public class Sprite{
14. // insert code here
15. }
Which code, inserted at line 14, allows the Sprite class to
compile?
a)Direction d = NORTH;
b)Nav.Direction d = NORTH;
c)Direction d = Direction.NORTH;
d)Nav.Direction d = Nav.Direction.NORTH; | | 1 |
| What is the difference between Trusted and Untrusted
Applet ? | IBM | 1 |
| what is difference between requestprocessor and request
dispatcher? | Tech-Mahindra | 1 |
| How many statements can be created with one connection in jdbc? | Polaris | 2 |
| Are there any tools available in java to create reports? | | 5 |
| What for read() function? | | 3 |
| How to create an instance of a class without using "new"
operator? Plz help me out properly.Thank u. | CSC | 8 |
| What is the use of anonymous inner classes ? | HCL | 8 |
| What is the purpose of premetive data types in java? | Merrill-Lynch | 2 |
| what is d difference between deep cloning and shallow
cloning in core java? | Satyam | 2 |
| What are order of precedence and associativity, and how are
they used? | | 1 |
| What are event-delegation model and event-inheritance
model? Which is best? | | 1 |
| What are wrapper classes? | Noah-Solutions | 6 |
| how to pass the parameters to applets? | | 1 |
| what is Assertion? | Wipro | 2 |
| what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?
| Satyam | 2 |
| |
| For more Core Java Interview Questions Click Here |