What are different types of expressions?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Can we call the Thread.sleep in Synchyronozed block?
posted in online test
How do you sort data in java?
Can java hashmap have duplicate keys?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
How the threads are synchronized?
What happens when a thrown exception is not handled?
how to print output with out using sop statements
Does java have extension methods?
what is the diffrences between platform independent and portable
Difference between a process and a program?