What is System.in in Java (In Hindi) | Pradeep Nailwal

Описание к видео What is System.in in Java (In Hindi) | Pradeep Nailwal

What is System.in in Java

Scanner Class video link
   • Scanner Class in Java | How to Take I...  

// Using Scanner class
Scanner scanner = new Scanner(System.in);
System.out.println("Enter your Name: ");
String name = scanner.next();
System.out.println("Welcome " + name);

// Using InputStreamReader
InputStreamReader streamReader = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(streamReader);
System.out.println("Enter your Name: ");
String name = br.readLine();
System.out.println("Welcome " + name);

#java#restassured #soapui #postman #extentreport #selenium #jmeter #api #testing #training #refermegroup #jenkins #maven #github #apitesting #cicd #agiletesting #cucumber #sonar #robotframework #Error #Defect #Bug #Failure #api #webdesigner #webdriver #web #java #html #html5 #performance #manualtesting #junit #mutable #immutable #singleton #casting #synchronization #jmeter #serialization #deserialization
#api #websevices #automation #restapi
Refer my channel for Manual Testing concepts also like #Error, #Defect, #Bug and #Failure

Комментарии

Информация по комментариям в разработке