🎴 Flashcard Mode
Core Java Quiz
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Which of them is a not command line Tool?
AnswerClick to flip back
A
3.javapath
💡 Explanation:
javapath is not a standard Java tool. java (executes programs), javaw (windowless java), and javadoc (generates documentation) are all valid JDK command-line tools. javapath does not exist in the standard Java toolkit.