Lab content
1) ExploitationEclipseWrite your first in the Development EnvironmentJavaProgram(Helloworld)
2) savitchin. JavaIntroduction
3) master the information provided by the textbook CDJavaSource codeInEclipseEnvironment usage
4) ExploitationEclipseEnvironment debuggingJavaProgram
-----------------------------------------------------------------------------
Below is myCode
-----------------------------------------------------------------------------
The first entry to this experiment: Hello world! The book continued from the C programming language, and later became the first program to get started with language learning.
The program is very simple, and the code is directly used:
Public class shiyan1 {public static void main (string Arg []) {system. Out. println ("Hello world! ");}}
A little bit of accumulation, persistence is victory!