What is the purpose of a transient variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is lambda in java?
What is an anonymous class in java?
How do you replace a string in java?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
What are synchronized methods ?
Can we pass null as argument in java?
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?
What is method with example?
Write the code for Palindrome ?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are access modifiers?
how u do unit testing?