Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


diff. b/w JAVA and javascript...

Answers were Sorted based on User's Feedback



diff. b/w JAVA and javascript.....

Answer / amol

Java : java is programming language powerded by OOPS concepts
javaScript : is a scripting language which basically used
for client side validation.

Is This Answer Correct ?    30 Yes 3 No

diff. b/w JAVA and javascript.....

Answer / guest

Java is a much larger and more complicated language that
creates "standalone" applications. A Java "applet" (so-called
because it is a little application) is a fully contained
program.

JavaScript is text that is fed into a browser that can
interpret it and then it is enacted by the browser

Is This Answer Correct ?    0 Yes 1 No

diff. b/w JAVA and javascript.....

Answer / puneet

java is an oops related concept language....

and java script is a minor program compiled to run small
java programs ....

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Core Java Interview Questions

What are the basic control structures?

0 Answers  


What is comparable and comparator interface? List their differences

0 Answers  


Explain how to force the garbage collection in java.

0 Answers  


What is the basic concept of java?

0 Answers  


What is final access modifier in java?

0 Answers  


Describe the various concepts related to object oriented programming (oop).

0 Answers  


What do you mean by ordered and sorted in collections in java?

0 Answers  


What is the multi-catch block in java?

0 Answers  


What is the Concept of Encapsulation in OOPS

0 Answers   HCL,


What is the difference between @before and @beforeclass annotation?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


What is ctrl m character?

0 Answers  


Categories