AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
What is the correct statement...
What is the correct statement to set javac path in command line?
None of the Above
set path=C:\Program Files\Java
All of the above
javac
set path
C:\Program Files\Java\jdk160_23\bin
path=C:\Program Files\Java\jdk160_23\bin
Correct
Feedbacks
TopPanda
-
2 years ago
Upvoted this question
BroadRhinoceros
-
2 years ago
Downvoted: C:\Program Files\Java\jdk1.6.0_23\bin
WetWalrus
-
2 years ago
Downvoted: C:\Program Files\Java\jdk1.6.0_23\bin
WorldwidePorcupine
-
2 years ago
Upvoted this question
Similar ITE-6104 questions
What is the correct statement to run Java program in command line?
Which of the following is true about syntax errors:
What will happen if we compile the statement below?~System.out.println("Hello World!")
What is the correct statement to compile Java program in command line?
Which of the following we are not allowed to write java source code?
Which of the following is true about Runtime errors: