Differentiate between class and structure.
No Answer is Posted For this Question
Be the First to Post Answer
What is final variable?
Is object a data type in java?
What is the use of conditional statement?
What do you mean by platform independence? What is an interface?
What access modifiers can be used for variables?
Why does java not support pointers?
what is the diffrences between platform independent and portable
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
Give reasons supporting that string is immutable.
Where are global variables stored?
Why java is not 100% object-oriented?
how you will prevent inheritance is there any other way other than inheritance?