Why java uses the concept of the string literal?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the private field modifier?
What is the difference between the final method and abstract method?
What do you mean by data type?
State some situations where exceptions may arise in java?
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
List some java keywords sun like c, c + + keywords?
What is a nonetype?
What is time complexity algorithm?
What is locale?
List the different types of classloaders in java.
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.