Can a class be declared as protected?
No Answer is Posted For this Question
Be the First to Post Answer
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
What does singleton mean in java?
What is the purpose class.forname method?
What are locale settings?
Which access specifier can be used with class ?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
How can we break singleton in java?
Which are different kinds of source code?
Tell me the latest versions in java related areas?
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
Is set ordered?
explain copyonwritearraylist and when do we use copyonwritearraylist?