+ 7
What is an array?
String () args
5 Antworten
0
array is simply spoken group of objects. When you have string "Hello" it is basicly a group of characters H E L L and O.
Edit:
JVM (Java Virtual Machine)
Is interpreter that allows java code to run on specific devices. It translates generic java code to machine specific command thus allowing your code to run on all machines supportimg java regradless of architecture.
+ 6
what is JVM
+ 2
an array is a collection of similar data items.
+ 1
JVM is Java Virtual Machine.It provides runtime environment to execute jav bytecode.
+ 1
A collection of varibles