adspace


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

explain different ways of using thread? : Java thread

1079


What is a classloader in java?

1086


What is the difference between break and continue statements?

1124


Explain public static void main(string args[]) in java.

1073


What are the differences between heap and stack memory in java?

1135


Write a program to find the whether a number is an Armstrong number or not?

1096


Is minecraft 1.15 out?

1045


What is parsing in java?

1038


What is an object in java and how is it created?

1138


What is java string pool?

1079


What is a constructor overloading in java?

1124


Differentiate between static and non-static methods in java.

1125


How to sort array in descending order in java?

993


How to create a base64 decoder in java8?

1135


What is the difference between equals() and == in java?

1037