| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| which swing component is similar to rich text box in .net/vb | | 1 |
| how can we use the servlet as standalone apllication?should
we need to extend any class? | Logica-CMG | 2 |
| What is a serializable interface? | | 3 |
| How to sort a vector elements that contains the user define
class object? (Note: If Suppose consider, A Student class
contain two data members. They are String studentName and
int rollNo. I am creating Four objects for this class, each
object contains students details like name and roll no. Now
i am storing that objects in vector and if i retiving the
elements from the vector means then it should be display in
sorting order) | ProdEx-Technologies | 2 |
| What is yielding and sleeping? how they different? | | 2 |
| how can u handle run time exception in java? explain with
brief explanation with examples? | CTS | 2 |
| Hi Friends..
can any one provide the real time example for
methodoverloading and methodoverriding ......... | Honeywell | 2 |
| List interface? | | 2 |
| Does garbage collection guarantee that a program will not
run out of memory? | | 1 |
| What modifiers can be used with a local inner class? | | 2 |
| can u override the start() method of Thread class | | 4 |
| what ide u r using and wat version, how wil u build the
project etc ? | | 2 |
| What is adapter class? | | 2 |
| What are order of precedence and associativity, and how are
they used? | | 1 |
| how can you retrive information from database by using
hashmap/arraylist ,plz explain with example briefly? | Satyam | 1 |
| printstream class method println() is calling using System
class and its static object out .how it is explain any one
in detail with example ? | TCS | 1 |
| my method "abc" return array of interface "xyz"
and "pqr" is abstract class implements abc
and class "jkl" extends pqr
My problem
1) when i call abc it retrun array xyz how can i do this
hint
xyz refer_xyz = new jkl();
but i can't create array.
2)I want to access method of jkl using reference of xyz??
| | 1 |
| What is Transient and volatile | iFlex | 9 |
| 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 |
| What is Vector?Can you elaborate how Vector is Thread safe? | | 3 |
| |
| For more Core Java Interview Questions Click Here |