AHLEM BEN OTHMEN GHADA ADOUNI SR31
Programmation Orientée Objet TP n°1 :
Compte rendu : Prise en main des outils de développement Java
Exercice 0 : vérifier la présence de java sur votre
poste de travail
On a utilisé la commande java –version sur fenêtre de commandes
CMD
La version de ce java est " 1.8.0_20"
Exercice 1 : consulter la documentation en ligne de Java
SE
En partant de la page d'accueil de la documentation JDK 7
http://docs.oracle.com/javase/7/docs/ ou du JDK 8
http://docs.oracle.com/javase/8/docs/ retrouvez la page du site officiel
d'Oracle pour les tutoriaux en ligne de Java SE
son URL est http://docs.oracle.com/javase/tutorial/
il existe 7 nombre de trials :
Getting Started — An introduction to Java technology and
lessons on installing Java development software and using it
to create a simple program.
Learning the Java Language — Lessons describing the
essential concepts and features of the Java Programming
Language.
Essential Java Classes — Lessons on exceptions, basic
input/output, concurrency, regular expressions, and the
platform environment.
Collections — Lessons on using and extending the Java
Collections Framework.
Date-Time APIs — How to use the java.time pages to write
date and time code.
Deployment — How to package applications and applets
using JAR files, and deploy them using Java Web Start and
Java Plug-in.
Preparation for Java Programming Language Certification —
List of available training and tutorial resources.
1)
.La commande qu’on a utulisé est Run project
.le nom du fichier créé par cette commande de compilation est Hello World
App
2)
javac : .. The compiler for the Java programming language
java : .. The launcher for Java applications. In this release, a single
launcher is used both for development and deployment.
The old deployment launcher, jre, is no longer provided
appletviewer : Run and debug applets without a web browser
javadoc : API documentation generator.
See Javadoc Tool page for doclet and taglet APIs
javap : . Class file disassembler
jdb : ... The Java Debugger
* jar signifier: Create and manage Java Archive (JAR) files.
See Java Archive Files page for the JAR specification