Why java is a platform independent? Explain
No Answer is Posted For this Question
Be the First to Post Answer
Can private class be inherited in java?
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?
Is singleton a bad practice?
How do you reverse sort in java?
What is the locale class in java programming?
What is the difference between choice and list?
What is the difference between the file and randomaccessfile classes?
What does java se mean?
What are the procedures?
What is finalize method?
Can we sort list in java?
If I only change the return type, does the method become overloaded?