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

Write a program to print all permutations of string?

682


can I implement my own start() method? : Java thread

562


What do you mean by inner class in java?

578


What is navigable map in java?

531


How to call one constructor from the other constructor ?

619






What is the SimpleTimeZone class?

1807


Write a code to show a static variable?

620


What is a copy constructor in java?

588


If a method is declared as protected, where may the method be accessed in java programming?

502


What is dynamic array in java?

533


Is minecraft java edition free?

591


How many types of variables are there?

685


What is the difference between preemptive scheduling and time slicing in java programming?

544


Can we overload the constructors?

569


What is variable argument in java?

566