Name the components that are termed to be Heavy-weight
component but available in Light-weight components?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of default method in interface in java? Explain
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?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
What is identifier in java?
What is the difference between normal report & matrix report?
what is main purpose of interface?
2 Answers Accenture, HCL, NIIT,
Can a boolean be null java?
What is return type in java?
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
What are java packages?
Why collection is called framework in java?
What is protected access modifier?