Answer Posted / nagireddy.siddaka
my answer is like this
class A{
int a;
int b;
A(){
this.a=12;
this.b=14;
)
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Can we overload destructor in java?
When is the finalize() called? What is the purpose of finalization?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
Java.util.regex consists of which classes?
Why scanner is used in java?
What is class and object in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is the java reflection api? Why it’s so important to have?
What is the default size of load factor in hashing based collection?
Can we override constructors?
What is final keyword?
What is primitive array?
What is a marker interface?
What are different types of references?
What is exception propagation?