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 is S capital in System.out.println ????

Answer Posted / shaik baji

The "System" class is defined like that by the java
developer so if you want to use any static content of that
class then you should call them by using the Class name.

NOTE: 1) According to JAVA conventions every class name
should starts with capital letter.
2) Java is case sensitive.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What string is utf8?

1038


Explain how hashmap works?

1115


What is use of a abstract variable?

1048


What is the purpose of checked and unchecked exceptions in JAVA?

1065


What does this () mean in constructor chaining concept?

1199


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1131


What is the nested interface?

1157


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

2225


give an example for encapsulation?

1092


What is size_t?

1032


What is the method to declare member of a class static?

1052


Write a factorial program using recursion in java?

1081


Is array serializable java?

1045


What are the disadvantages of using inner classes?

1274


What is the difference between actual and formal parameters?

996