and Verified Answers | Already Graded
A+
methods - 🧠ANSWER ✔✔code segments within a class
states - 🧠ANSWER ✔✔objects contain
attributes - 🧠ANSWER ✔✔states
class - 🧠ANSWER ✔✔framework for an object
main - 🧠ANSWER ✔✔method used for all coding
Literal string - 🧠ANSWER ✔✔series of characters handled without
interpretation
arguments - 🧠ANSWER ✔✔information a method requires to perform a
task
, method header - 🧠ANSWER ✔✔defines the main method of the class
curly brackets - 🧠ANSWER ✔✔blocks of code are placed in these
8 - 🧠ANSWER ✔✔number of types of primitive data types
boolean, byte,char,double, float,int,long, short - 🧠ANSWER ✔✔the eight
primitive data types
short int long - 🧠ANSWER ✔✔order of integers
System.out.println(); - 🧠ANSWER ✔✔code used to send info to user
implicit cast - 🧠ANSWER ✔✔code used to convert data types
import - 🧠ANSWER ✔✔What keyword do we use to start the line of code
that will allow us access to prewritten classes in the util package?
sun microsystems - 🧠ANSWER ✔✔developed java
JDK & IDE - 🧠ANSWER ✔✔needed to code in java
Architecture Neutral, High performance,Interpreted, Object Orientated,
Portable, Simple, secure - 🧠ANSWER ✔✔Java features