Basic Concepts -- Introduction to Java Flashcards
Characteristics:
Java is ____ because you only need to write once to able it to run on difference platforms.
platform independent
Characteristics:
We use these 3 adjectives to describe how Java is a flexible language that fits in different types of platform.
portable, robust, and dynamic
5W properties:
How do I describe WHERE the action takes place when I run Java?
It is a server side language.
=The action takes place on a web server(VS client side , meaning the action takes place in any computer)
=I need access to a server that understands that language
=Databases also runs on
What is some examples of server side languages / applications?
-For eg. Android system loads Java?
What is some examples of client side languages / applications?
- javascript,
What is the major difference bet. java and Javascript?
Java: OOP language
Javascript: OOP scripting language
Who owns java?
Oracle
Characteristics:
To distribute your application to different platforms, how many Java versions do you need to create?
just 1