Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does super()represent, and how is it used in Java?

Answers were Sorted based on User's Feedback



What does super()represent, and how is it used in Java?..

Answer / nashiinformaticssolutions

• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor

Access the base class's methods
The superclass instance is indicated.

Is This Answer Correct ?    0 Yes 0 No

What does super()represent, and how is it used in Java?..

Answer / glibwaresoftsolutions

• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor
Access the base class's methods
The superclass instance is indicated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How do I print a “?

0 Answers  


How many types of design patterns are there?

0 Answers  


Is a copy constructor?

0 Answers  


What is a protected void?

0 Answers  


Is the empty set a singleton?

0 Answers  


what is mean by method signature?

5 Answers   Satyam,


Give any two differences between C++ and java.

0 Answers   GrapeCity,


What is meant by stack and queue?

0 Answers   GrapeCity,


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


Describe different states of a thread.

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is the r character?

0 Answers  


Categories