Tuesday, 30 January 2024

System.out.println()

 System

  • It is a final clas
  • Has private constructor
  • Doesn;t allow to instantiated
  • Provide facilities to standard input ,output

out

  • static method
  • It is used to display output 

println

  • Method in printStream class
  • It takes one argument
  • Data type of argument is String



No comments:

Post a Comment

Reverse Words in a Sentence