| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is difference between validation.xml & validation
rules.xml? | BirlaSoft | 5 |
| What is the use of ?this?? | | 4 |
| what release of java technology are currently available what
do they contain? | | 1 |
| What is the format of Inner Class after it compiled? | | 1 |
| Name the types of mouse event listeners ? | | 2 |
| explain about jre and jvm | | 2 |
| 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 main difference between architecture,framework and
design pattren | | 1 |
| What do u mean by method and also contructer in java ? | | 3 |
| What is stop(), suspend(), resume() method? | | 3 |
| How to re-get an object that is collected by garbage
collector? | | 1 |
| What is an abstract class and abstract method? | | 4 |
| How are Java source code files named? | | 3 |
| os is developed in c no
java is more secured then c na
why dont the os developed is developed using java | | 1 |
| EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006. | EDS | 1 |
| How applets will communicate with each other? | | 1 |
| What are access modifiers in Java ? | | 5 |
| Does garbage collection guarantee that a program will not
run out of memory? | | 1 |
| What is cloneable interface? | | 5 |
| What is "finally" keyword? | | 3 |
| |
| For more Core Java Interview Questions Click Here |