Why javac is not recognized?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of javac exe?
What is a variable simple definition?
what is default constructor and parameterised constructor with example?
Tell me are there implementations for sorting and searching in the java libarary?
What are the types of collections in java?
Which java version is latest?
Is a char always 1 byte?
How to create an immutable class?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
What is the difference between Synchronizing mehtod & Synchronizing block?
What happens when the main() isn't declared as static?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.