| Other Core Java Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I/O blocking means? | | 1 |
| Q) I have a ArrayList object, in that object i have added 5
integer values, 5 float values, 5 string values. Now
question is how can delete particular type of data ( i.e all
int values or all float values or string values) in that
list object at a time? | Aricent | 2 |
| Name the method that is used to set a TextComponent to the
read-only state? | | 1 |
| What is the difference between this() and super()? | TCS | 11 |
| if arraylist size is increased from initial size what is
the size of arraylist...suppose initial is 100 , if i add
101 element what is the size... | | 6 |
| What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist? | EDS | 4 |
| Is 'sizeof' a keyword? | | 5 |
| What is UNICODE? | | 3 |
| why the equals method can be override?when we override the
equals method? | | 4 |
| Explain about Superclass and Subclass? | | 4 |
| If two threads call a static method at the same point of
time, what will happen? | KPIT | 1 |
| which methods consisting of the serilizable interface? | | 3 |
| Can we add two byte variables and assign the result to a
byte variable ?
b=b1+b2 where b,b1,b2 are byte types | TCS | 3 |
| What is hypertext? | | 1 |
| Real Time sample code for Encapsulation and Abstraction.
where to use abstract and where to use specifies like
public private. | | 1 |
| How the elements are organized in CardLayout? | | 5 |
| Can you declare a static variable in a method? | | 4 |
| What is update method and when it is called? | | 1 |
| Explain Global variables in Packages? | | 2 |
| Is it possible to create Userdefined Unchecked Exception
also?If Yes, give an example? | | 2 |
| |
| For more Core Java Interview Questions Click Here |