what is the need to set path in java? how many ways to set
path in java? Explain breif?
Answer Posted / atre sachin
with the help of set path we sets the JRE executable path location
below are the ways to set the path in environment variable
JAVA_HOME ="/java"
CLASS_PATH="/java/bin/"
PATH ="/java"
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is a bubble sort in java?
Explain the selection sort algorithm and state its time complexity?
What is string args [] in java?
Why synchronization is important in java?
Which is faster call by value or call by reference?
What is the advantage of preparedstatement over statement?
Can a class extend more than one class?
What are the data types supported by java?
Can a static class implement an interface?
What is meant by main method?
What is return code?
Explain when we should make an instance variable private.
What will be the default values of all the elements of an array defined as an instance variable?
Why does java doesnt suuport unsigned values?
What are the restrictions imposed by a Security Manager on Applets?.