CSC 1350 Chapter : Lec 2

6 views2 pages
15 Mar 2019
School
Course
Professor

Document Summary

An editor is a program for entering and modifying text, such as a java program. Java compiler translates source code into class files. Class- a collection of objects that preform similar operations and perform similar attributes. Name of class must be a noun, not a verb: must have something to do with the class, something that prints hello world named helloprinter . /**------*// = just comments not instructions: this is were youll enter your name, paws id, and so forth. Line 10- name of package, as of now name of class. After that everything must be indented 3-5 spaces. (just press enter. Public static void main(string[] args) = method. Instance// static: static is shared by all. Instance; everyone has is own copy: main always a static method, strings - always type, learn about it later, void- don"t get back anything calculator value.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents