Core Java and Script Java ?

8 replies
Hey guys,

Can anyone tell me the simple and easy way to define core java and script java ?:confused:
#core #java #script
  • Profile picture of the author lovenot
    By core java, I am assuming you meant Java. Java is a programming language. Javascript is a scripting language.

    Javascript requries a web browser or similar to function.
    {{ DiscussionBoard.errors[4667734].message }}
  • Profile picture of the author kamirao
    Java and Javascript has confused people a lot due to their naming similarity.
    But remember, I repeat remember, Java and Javascript have no connection at all. They are completely different technologies.
    Java is a programming language used for creating standalone applications as well as applets in browser.
    Javascript on the other hand is a scripting language designed specifically for browsers. All modern browsers have built-in support for javascript.
    {{ DiscussionBoard.errors[4669387].message }}
  • Profile picture of the author ngseosept
    Yes, JavaScript is more on designing and for Website Developing.
    {{ DiscussionBoard.errors[4673842].message }}
  • Profile picture of the author guavasofts
    Java is an object oriented programming language developed by Sun Microsystems that is capable of running on multiple operating systems with the use of an interpreter.
    JavaScript, on the other hand, was created by Netscape as a scripting language much like a client side version PHP. It cannot create stand alone applications, but instead resides on an internet browser.
    {{ DiscussionBoard.errors[4674002].message }}
  • Profile picture of the author ussher
    Java was first,

    Then there was a scripting language invented called ecma script.

    They wanted to make it popular so stole the 'java' part because 'ecma' wasn't cool enough.
    ECMAScript - Wikipedia, the free encyclopedia

    Damn Internet marketers making it confusing for everybody........
    Signature

    "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

    - jamroom.net
    Download Jamroom free: Download
    {{ DiscussionBoard.errors[4674296].message }}
  • Profile picture of the author rainso0
    Core java is all the basic classes and API's. It is the Java equivalent
    of the "C lib" or the intrinsic controls and built-in-functions in VB.

    These are then added to with extra API's to make a "platform", that is
    the complete set of API's needed to run an application.

    Core java + common API's exist for different application areas, so we
    have the J2EE platform the J2SE platform and the J2ME, for example.
    {{ DiscussionBoard.errors[4681392].message }}
  • Profile picture of the author alyessamoore
    Hmm.. I got really nice answers, Thanks so much friends for helping me
    Signature

    Guaranteed SEO Results at SEO Miami
    Miami's best Internet Marketing Company
    Shop online Steve Madden Shoes

    {{ DiscussionBoard.errors[4782098].message }}
  • Profile picture of the author DavidWincent
    Java is an object oriented programming language that is capable of running on multiple operating systems with the use of an interpreter.

    JavaScript, is a scripting language much like a client side version PHP. It cannot create stand alone applications, but instead resides on an internet browser.
    Signature
    Webmaster Studio -A premier web design and internet marketing company in New York.
    {{ DiscussionBoard.errors[4911084].message }}

Trending Topics