Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position


Join the forum, it's quick and easy

Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position
Virtual Position Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Java Buzzwords (Vocabulary) for 2011

View previous topic View next topic Go down

GMT + 3 Hours Java Buzzwords (Vocabulary) for 2011

Post by sharmila farooqi Sun May 29, 2011 6:14 pm

From the original Sun Java whitepaper: "Java is a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high- performance, multi-threaded, and dynamic language."
Here are some original java buzzwords...
Java -- Language + Libraries
Java has two parts...



[You must be registered and logged in to see this image.]


1. The core language -- variables, arrays, objects
o The Java Virtual Machine (JVM) runs the core language
o The core language is simple enough to run on small devices -- phones, smart cards, PDAs.
2. The libraries
o Java includes a large collection of standard library classes to provide "off the shelf" code. (Useful built-in classes that comes with the language to perform basic tasks)
o Example of these classes is String, ArrayList, HashMap, StringTokenizer (to break string into substrings), Date ...
o Java programmers are more productive in part because they have access to a large set of standard, well documented library classes.
avatar
sharmila farooqi
Monstars
Monstars

Posts : 35
Join date : 2011-05-29

Back to top Go down

GMT + 3 Hours Re: Java Buzzwords (Vocabulary) for 2011

Post by Vuhelper Sun May 29, 2011 6:17 pm

From the original Sun Java whitepaper: "Java is a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high- performance, multi-threaded, and dynamic language."
Here are some original java buzzwords...
Java -- Language + Libraries
Java has two parts...



[You must be registered and logged in to see this image.]


1. The core language -- variables, arrays, objects
o The Java Virtual Machine (JVM) runs the core language
o The core language is simple enough to run on small devices -- phones, smart cards, PDAs.
2. The libraries
o Java includes a large collection of standard library classes to provide "off the shelf" code. (Useful built-in classes that comes with the language to perform basic tasks)
o Example of these classes is String, ArrayList, HashMap, StringTokenizer (to break string into substrings), Date ...
o Java programmers are more productive in part because they have access to a large set of standard, well documented library classes.
avatar
Vuhelper
Deep Bench
Deep Bench

Posts : 97
Join date : 2011-05-29

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum