Code Monkey home page Code Monkey logo

java_notes's Introduction

java_notes

#Java Getting Started

Components

  • JDBC
  • JNDI
  • Regular Expressions
  • JDBC

#Java Tutorials

#Java Certifications

#JavaDB

#JUnit

#Maven

#Spring

#Java Community

#JSRs

#Videos

#Regex

#Tomcat

#FAQ

  • JDK Java SE Development Kit

    • includes javac compiler
    • other tools javap, jar, debugging tools
    • and a JRE...
  • JRE Java Runtime Environment runs java applications

    • JVM plus javaw, class files and libraries like util, math, lang
  • JVM Java Virtual Machine runs byte code

    • java
    • $ java -fullversion -> java full version "1.7.0_60-b19"
    • which java -> /usr/bin/java
    • ls -la /usr/bin/java -> lrwxr-xr-x 1 root wheel 74 Nov 9 2013 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
    • java -version -> java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
  • Java SE - Java Standard Edition

    • J2SE is an older name
    • Java SE is a set of Specifications
  • Java EE - Java Enterprise Edition

    • J2EE is an older name
    • Java EE is a set of Specifications
  • What is Glassfish?

  • How do you run a java application?

  • How does a java application access it's arguments?

  • What is the ```CLASSPATH````?

  • What is ```javac``?

  • What is a ```jre``?

  • What is a ```RIA``?

  • What is an executable jar file?

  • What does the java compiler do?

  • What is JAVA_HOME?

    • $JAVA_HOME -> /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home
  • What is a JSR?

  • What is JCP?

  • What is JME or Java Micro Edition?

  • What is Java Web Start?

  • What is the Byte-code Verifier?

java_notes's People

Contributors

stujo avatar

Watchers

James Cloos avatar

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.