Section 1

Preview this deck

What do we mean when we say memory is managed in Java?

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 14, 2020

Cards (5)

Section 1

(5 cards)

What do we mean when we say memory is managed in Java?

Front

we deal exclusively in objects and primitives and have no concept of what is happening underneath with regards to memory and pointers.

Back

What is JVM?

Front

Java Virtual Machine

Back

What is the main advantage of Java code is compiled down into an intermediary language called byte code?

Front

java program can be run on any system where a Java Virtual Machine is available. You would have to compile and test the application separately on every platform on which you wish it to run otherwise.

Back

What is the JVM responsible for?

Front

Executing byte code. Java code is compiled down into an intermediary language called byte code.

Back

What are some other JVM based languages?

Front

Groovy Scala Clojure

Back