Why javac is not recognized?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How do you convert string to int in java?

0 Answers  


Can you write a java class that could be used both as an applet as well as an application?

0 Answers  


What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


What releases of Java technology are currently available? What do they contain?

1 Answers  


What is the difference between instanceof and isinstance?

0 Answers  


how to java plateform independent?

5 Answers   TCS,


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


Can you sort a string in java?

0 Answers  


What is int argc char * argv?

0 Answers  


Why is the main method static in Java?

1 Answers  


What is the concatenation operator in java?

0 Answers   Aspire, Infogain,


What is ellipsis in java?

0 Answers  


Categories