Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Scanner myVar = new Scanner(System.in); what it mean?
input
java
0 Votes
2 Answers
22nd Dec 2016, 4:57 PM
Vannak Saing
Can someone explain me this Scanner myVar = new Scanner(System.in);
input
0 Votes
2 Answers
13th May 2019, 4:35 PM
Merfid Alihodzic
What is the meaning of "new" in "Scanner myVar = new" ?
input
java
scanner
0 Votes
5 Answers
7th Aug 2018, 10:24 AM
Kavya R
Scanner myvar = new Scanner (System.in) Why is this used.
java
0 Votes
1 Answer
16th Dec 2016, 1:54 PM
Rohit thapliyal
can anybody explain me this syntax scanner MyVar = New scanner (system.in);
java
1 Vote
5 Answers
16th Sep 2016, 11:33 AM
abhishek
Why do we write Scanner myVar = new in that example?
java
0 Votes
1 Answer
2nd Jun 2018, 6:38 AM
Janani B
"scanner myvar = new" is new a value here? Like saying this is empty for now?
input
java
1 Vote
3 Answers
30th Aug 2017, 6:30 PM
Yuko
import java.util.Scanner; class MyClass { public static void main(String[ ] args) { Scanner myVar = new Scanner(System.in); System.out.println(myVar.nextLine()); } }
input
java
0 Votes
6 Answers
12th Oct 2016, 6:53 AM
Javed
How can i style myvar Line 43. I want to style color red in instance class Color. Thanks you sir.
myvar
red
style
0 Votes
1 Answer
5th Jul 2021, 6:24 AM
Malick Diagne
Ask a question
Ask a question
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes