What is difference between path and classpath variables?


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

Post New Answer

More Core Java Interview Questions

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What do you mean by order of precedence and associativity?

0 Answers  


what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

0 Answers  


What is module in oop?

0 Answers  


After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?

5 Answers   Aricent,


What is string english?

0 Answers  


How many techniques can be employed to create a string object?

0 Answers  


What is the difference between jdk, jre, and jvm?

0 Answers  


What is the difference between state-based unit testing and interaction-based unit testing?

0 Answers  


Explain the meaning of java applet.

0 Answers   TCS,


What does bitwise or mean?

0 Answers  


What is the % operator?

2 Answers  


Categories