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...

Why only one Class is public in one file? Explain in
details. Thanks in Advance.

Answer Posted / ganesh slv

You can create one or more classes in single file. Only one
class may be declared as public. This is your Optional.

If you declared a class as public, your file name should be
the save of your class name.

Public class can be accessible from other applications.
Example, your applet code can be run in a web browser. This
public class may execute other classes in the same file.

If you declared two classes as public, your file name will
be what?

Note the Example :

class First {
// Some codes here
}

public class Second {
// some codes here
// In core, your main method should be here.
// You have to save the file as Second.
}

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

1002


What is the instance of an object?

1177


What is a parameter example?

964


What is a cup of java?

1005


How would you dynamically allocate memory to an array?

1028


What is constructor chaining and how is it achieved in java?

1129


Is sizeof a preprocessor?

975


Can you declare the main method as final?

998


What is the purpose of main function in java?

1012


How do you sort a string in alphabetical order in java?

908


Why is the main method declared static?

1110


Can a constructor have different name than a class name in java?

1164


What is difference between calling start() and run() method of thread?

1114


Is alive and join method in java?

1143


what is synchronization? : Java thread

1005