Code Monkey home page Code Monkey logo
  • šŸ‘‹ Hi, Iā€™m @Lance241, real name is Steven Fraga
  • šŸŒ± Iā€™m currently learning ... How to code in java in class CIS-12
  • this later info is part of an assignment for the first lab don't mind it

Java-Lab-001 Answers

  1. A comment begins with 2 // and is English that explains code. A coder leaving a message for the next. A statement is a line of code that performs a basic operation. Like System.out.println() that is a print statement.
  2. When a program is portable in the case of jave, it is possible to compile the program on one machine, transfer the byte code to another machine, and run the byte code on the other machine.
  3. A compiler read an entire program and translates it before the program starts running. In english compile means to produce something via assembling information collected from other sources.
  4. Another name for object code that is ready to run on specific hardware. Executable is a set of computer instructions that has been prepared so that it can run by a CPU without additional processing.

Steven Fraga's Projects

abstractfactorycharactersdemo icon abstractfactorycharactersdemo

This repo contains the skeleton code for using the Abstract Factory Design pattern to tie families of features to Character types, and then demonstrates how to avoid class explosion when using AbstractFactory to create new families even when features only differ slightly.

cemu icon cemu

Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features

computer-science icon computer-science

:mortar_board: Path to a free self-taught education in Computer Science!

functionaldemo icon functionaldemo

This is just a simple Demo of how you can do a bit of functional programming in Java using the Streams API and methods like: map, reduce, and collect.

practiceproject icon practiceproject

This is a project to test conflicts within coding and entering them into github

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.