Is java developer a good career?
No Answer is Posted For this Question
Be the First to Post Answer
What does string intern() method do?
where the static methods will live ,on stack ? can you explain brefly
what is the diffrences between platform independent and portable
What is difference between adapter class and listener?
How do you reverse a string in java without using string buffer?
What is defined as false sharing in the context of multithreading?
what methods would you overwrite in java.lang.object class?
What is casting?
Why does java doesnot support multiple inheritance?
what is the difference between a java object reference and c++ pointer?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
What are the differences between graph and tree?