| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the Set interface? | | 2 |
| which methods consisting of the serilizable interface? | | 3 |
| Why we use static and synchronized in method for single
thread model
example:
public static synchronized add(){} | | 1 |
| What is Collections API? | | 1 |
| what is the difference between multitasking and
multithreading? | | 8 |
| write a simple program inheritance? | Polaris | 2 |
| What is Distributed Application and what is its usage? | | 1 |
| Name the class that used to read objects directly from a
stream? | Wipro | 2 |
| Program to find greatest prime number in n numbers? | Huawei | 3 |
| What is an enumeration class? | | 2 |
| Write program to print Hello World and print each character
address in that string and print how many times each
character is in that string?
Ex: H: 0 & 1
e:1 & 1
l :2,3,8 & 3
o:4,6 & 2
w:5 & 1
r: 7 & 1
d 9 & 1 | Huawei | 3 |
| what is difference between global methods and local methods? | | 1 |
| Explain the differences between public, private, protected
and static? | | 3 |
| When we can access the static data member without creating
the object what is the need of the object in java.
| ssinformatics | 4 |
| How to send a request to garbage collector? | | 3 |
| What are Font and FontMetrics classes? | | 1 |
| how to compile jsp? | Logica-CMG | 3 |
| What is I/O Filter? | TCS | 1 |
| I have 100 records in a table with two rows. I need to
display 10 records per page like Google Search. I need only
the Logic(Pagination) in Pure Java. No JSP and all..Thanks
in Advance... | Cybernet | 2 |
| wht is mean by dirty read? | | 1 |
| |
| For more Core Java Interview Questions Click Here |