What is the function of compareto in java?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
5 Coding best practices you learned in java?
How many threads can java run?
Mention the default values of all the elements of an array defined as an instance variable.
What are class members by default?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Can we extend singleton class in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Explain covariant method overriding in java.
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
What is the use of using enum to declare a constant?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?