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

What does function identity () do?

0 Answers  


Describe OOP in java?

2 Answers   Syntel,


can you create interface instance ?

54 Answers   Fidelity, TCS,


What is regex java?

0 Answers  


What is an i/o filter?

0 Answers  






Explain the difference between a Thread and a Process.

0 Answers   Ciena,


What is the difference between import java.util.date and java .util?

0 Answers  


what is the use of finalize()Method please explain with an example

3 Answers  


extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


how can i connect to database in a applet ?

1 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is a numeric string?

0 Answers  


Categories