Explain the significance of class loaders in bootstrap?
No Answer is Posted For this Question
Be the First to Post Answer
What is the range of the short type?
What is yielding and sleeping? how they different?
can java object be locked down for exclusive use by a given thread? : Java thread
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What is immutable state?
How do you replace a string in java?
how many types of cloning?
What is the difference between Integer and int?
What are the advantages of user defined functions?
Explain Linked HashSet
What are the advantages of unicode?
is java support call by reference and call by value, if supports please explain?