how to use this key word in java programming?

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


Please Help Members By Posting Answers For Below Questions

What is %02d?

575


Can an object subclass another object?

554


What are the uses of synchronized keyword?

551


Explain what is encapsulation?

604


What is a finally block? Is there a case when finally will not execute?

544






What is locale in java?

573


What is assembly condition codes?

558


What data structures are used to perform recursion?

604


What is called module?

561


Explain listiterator and methods in listiterator?

546


What does int argc char * argv [] mean?

514


Why do we need autoboxing in java?

514


What is the public field modifier?

542


What are different ways of object creation in java ?

569


What are the differences between Java 1.0 and Java 2.0?

1676