| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is adapter class? | | 2 |
| Which Math method is used to calculate the absolute value of
a number? | Accenture | 3 |
| Can we place the any object to key attribute of
HashMap<key,value>? | HCL | 3 |
| What is the difference between error and exception and
explain in simple words not whatever is given in the book. | | 6 |
| What is a method ? | | 4 |
| How applets will communicate with each other? | | 1 |
| Can a class inherit the constructors of its superclass? | Wipro | 7 |
| what is bytecode ?explain in detail and watz the difference
between bytecode and machine code? | Lucent | 3 |
| String is a immutable objects . it means that string does
not change...........
But it will be chang.........
{
String s="kapil";
String s1="raj";
String s=s1;
then print(.......)
The String has been changed ..
how it is possible and why its called immutable objects | | 3 |
| why ,we are using jsp and html.which one is better? | Photon | 1 |
| write java code to print second max number in the array | Huawei | 9 |
| What is meant by Encapsulation? Can you write a class to
explain encapsulation? | Ness-Technologies | 8 |
| How many ways can an argument be passed to a subroutine? | | 2 |
| What is the difference between Resultset and Rowset. | IBM | 5 |
| write a class to input 2 points by the user & check the line
maked by the points is horizontal,vertical or rectangle? | | 1 |
| strings in java are objects.why? | | 2 |
| What is stop(), suspend(), resume() method? | | 3 |
| what is the use of datasource in core java? | Satyam | 2 |
| what is generics in jdk1.5? | Bally-Technologies | 1 |
| What is meant by event handling? | | 1 |
| |
| For more Core Java Interview Questions Click Here |