What is private public protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default initialized value of String type variable?
Is void a wrapper class?
What do you understand by classes in java?
Difference between string s= new string (); and string s = "abv";?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
What is javac used for?
What is data and its types?
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?
Is java developer a good career?
What is the base class of all exception classes in java?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
Explain the polymorphism principle?