What does singleton mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
What is console based application in java?
which pattern is default in scanner package?
Why are functions called methods in java?
Explain the Propertie sof class?
what is difference between validation.xml & validation rules.xml?
What value is a variable of the string type automatically initialized?
What for read() function?
Why there are some null interface in java? What does it mean?
why are there separate wait and sleep methods? : Java thread
what is the purpose of class "Object" which is base class for all classes?
What is final, finally, finalize?