What does exclamation mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
Are variables stored in ram?
Can constructor be protected in java?
What do you understand by final value?
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
What is an example of a boolean?
Explain the reason behind ending a program with a system.exit(0)?
when there is a need of jvm then how we can say that java is a platform independent language?
Explain what access modifiers can be used for methods?
explain about jre and jvm
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
Why is the singleton pattern considered to be an anti pattern?