what do you mean by classloader?
No Answer is Posted For this Question
Be the First to Post Answer
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
If we don’t want some of the fields not to serialize how to do that?
Where pragma is used?
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??
What is a vector in java?
Why does java have two ways to create child threads?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Why java is used everywhere?
Explain cookies?
Explain importance of inheritance in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How can u create the Object of class Without using "New" opertor?