java study guide

Learn about java study guide, we have the largest and most updated java study guide information on alibabacloud.com

20145311 Java Programming 5th Week of study summary

kinds of syntax, inheritance architecture also obviously become abstract, there are many things with the API, to be good at checking Api,java in the class too much, do not need to remember all, But it will be checked and used. The program is through continuous learning, a little piece of patchwork out.Learning progress Bar Lines of code (new/cumulative Blog volume (Add/accumulate) Learning time (new/cumulative) Im

20165324 Java programming Nineth Week of study summary

Getoutputstream () will point to the input stream of the customer service socket object, and the input stream obtained by the object SC call getInputStream () will point to the output stream of the customer service socket object. After the connection is established, the server-side socket object calls the Getinetaddress () method to obtain a InetAddress object that contains the IP and domain name of the customer service side and the same customer service. Basic mode based on UDP co

Yang Qiqu 201771010134 "Object-oriented Programming Java" Second week study summary

arrays;(4) test Compoundinterest.java, master the use of multidimensional arrays;(5) test Lotteryarray.java, master the use of irregular arrays. Part III: Experimental summaryThrough this week's study, learned some basic Java content, recognized that its language is really very similar to C language, after learning C language is easy to understand some of the content, in the process of doing experiments on

201771010142 Zhang Yan Java Basic program Design structure second week study summary

array class . The experiment was more complicated than the first experiment . But with the last Test of eclipse, the understanding of the relatively smooth. The first three experiments mainly on the basic Java grammar, the common mistake is that double quotation marks should be used in the English state, as well as many different from the C language grammar knowledge, through the experiment, these errors have a more profound understanding. Exper

Yunfei Zhang 201771010143 "Object-oriented Programming (Java)" First week study summary

Part I: Course preparation sectionFill out the course study Platform Registration account, Platform Name Registered Account Blog Park: www.cnblogs.com https://www.cnblogs.com/Fairber/ Program Design Evaluation: https://pintia.cn/ [Email protected] Code Hosting Platform: https://github.com/ [Email protected] China University Mooc:https://www.icourse163.org/ F

Thousand Peaks Training Day03-java Basic study: For Loop, switch,if

("Yes, good Yo");Case 2:Case 3:Case 4:Case 5:Case 6:Case 7:Case 8:Case 9:Default:System.out.println ("Wow, high salary yo");}}else if (GJ > 2000){int b = gj/1000;Switch (b){Case 2:Case 3:Case 4:system.out.println ("Hi, eat noodles");Case 5:Case 6:Case 7:Case 8:Case 9:system.out.println ("Oh, can Survive");}}Else{System.out.println ("Water only");}}}3. Enter the year and month you want to query from the keyboardOutputs the number of days in the corresponding month, and calculates the total numbe

20165334 the third week of Java Program Design Study summary

progress Bar lines of code (new/cumulative) Blog Volume (Add/accumulate) Learning Time (new/cumulative) Important Growth Goal 5000 rows 30 Articles 400 hours First week 100/200 2/2 20/20 Second week 300/200 2/4 18/38 Third week 800/500 3/7 22/60 Week Four /1000 /9 /90

201621123057 Java Programming 13th Week of study summary

8 14 3581 148 64 2 Option: 4. Network Learning Guide (the following job content is selected) 1. Network Fundamentals1.3 telnet cec.jmu.edu.cn 80, try to answer: what do you see from the screen? Is the content returned from the home page of cec.jmu.edu.cn? What will I return if I try to use the Get/index http/1.0 command? See the experimental Task Book topic 1.2. Writing a TCP client program2.1 Refer to

20165231 2017-2018-2 "Java Programming" 5th Week study Summary

1/4 10/10 Second week 300/500 1/5 10/20 Third week 800/1300 1/6 20/40 Week Four 700/2000 2/8 20/60 Week Five 1100/3100 2/10 30/90 Week Six / / / Seventh Week Eighth Week Reference: Why is it so difficult to estimate softwar

201771010121 Tang "Object-oriented Programming (Java)" Second week study summary

201771010121 Tang "Object-oriented programming (java)" Second week study summaryPart I: Theoretical Knowledge learning SectionChapter III Java BASIC program design structureThis chapter mainly studies: Basic content, data types, variables, operators, type conversions, strings, input and output, control flow, large values, and arrays.(a) Basic content:(1) Identifi

JAVA Windows domain Certification Guide

Implementation method: Import java.util.Hashtable; Import Javax.naming.Context; Import javax.naming.NamingEnumeration; Import Javax.naming.ldap.InitialLdapContext; Import Javax.naming.ldap.LdapContext; public class Ldapauth { private String domain; Private String Ldaphost; Private String searchbase; Public Ldapauth () { This.domain = "{domain}"; This.ldaphost = "ldap://{ip}:{port}"; This.searchbase = "DC={DC},DC={DC}"; } Public Ldapauth (String domain,string host,string dn) { This.domain = d

Feng Zhixia 201771010107 "Object-oriented Programming (Java)" First week study summary

201771010107 Feng Zhixia "Object-oriented programming (java)" First week study summaryPart I: Course preparation sectionFill in the Course Learning Platform Registration account, Platform Name Registered Account Blog Park: www.cnblogs.com www.cnblogs.com/fzx201626 Program Design Evaluation: https://pintia.cn/ [Email protected] Code Hosti

201621123037 Java programming 12th Week of study summary

the topic see Flow and Document Experimental task book-Title 38.4 Choose to do (more difficult): further transformation of the above program, to obtain a link to the picture, such as img src= "Images/mail1.gif", and then processed, generate the picture of the actual link address http://cec.jmu.edu.com/images/mail1.gif. Finally, several addresses are generated and placed in a queue. Write the method, you can follow the queue of all the picture address, one time to download the picture.References

20165334 Java Programming 4th Week of study summary

errors, in accordance with the error prompts are corrected. But in this week's JDB test encountered some difficulties in this blog to do a related summaryCode Hosting(run result of statistics.sh script)Last week's summary of the wrong quizLearning progress Bar lines of code (new/cumulative) Blog Volume (Add/accumulate) Learning Time (new/cumulative) Important Growth Goal 5000 rows 30 Articles 400 hours

20145316 Java programming Second week of study summary

in debugging: The main class could not be found or could not be loaded . Run successfully after removing the code from the package.Other (sentiment, thinking, etc., optional)This chapter of learning feeling although more knowledge points, relatively trivial, but the content is relatively simple, a lot of knowledge in learning C language has mastered, compared to the 12th chapter of abstract Things think the third chapter is easier to understand, but there are some small knowledge point understa

20155208 Xu Zihan 2016-2017-2 "Java Programming" 7th Week study Summary

the machine and human to the time concept of the boundaries become clear, the sense of harvest is great.Last week's summary of the wrong quizWhich of the following commands can copy F1.txt to F2.txt?A. CP F1.txt F2.txtB. Copy F1.txt F2.txtC. Cat F1.txt > F2.txD. CP F1.txt | F2.txE. Copy F1.txt | F2.txAnswer: A C3. The following () method will cause the thread to go into a blocking state?A. Thread.Sleep ()B. Wait ()C. Notify ()D. Interrupt ()Answer: A and BCode hosting reviewed the classmates bl

20145331 Java Programming 3rd week of study summary

arrays:for (int score:scores) {System.out.printf ("Student Score:%d%n", score);}After reading the textbook carefully, we find that the meaning of the above code can be interpreted as:for (int i=0;iThis enhanced for loop is easier, and his idea is that the above program fragment takes the first element of the scores array, assigns it to the score variable, executes the loop body, and so on, until all the elements in the scores array have been accessed.Problems in code debugging and the resolutio

20145310 Java programming 10th Week of study summary

.Other (sentiment, thinking, etc., optional)Knowledge of network programming is necessary for us, and it is necessary to master it well.Code hosting:Learning progress Bar lines of code (new /Cumulative) Blog volume ( new/cumulative) Learning time (new/cumulative) Important growth Goal 5000 rows 30 Articles 400 hours First week 100/100 2/2 10/10 Initial knowledge of

20165208 2017-2018-2 "Java Programming" Seventh Week study summary

20165208 2017-2018-2 "Java Program design" Seventh Week study summary textbook Study content summary 11th ChapterPreparatory work: Installation of XAMPPCreating a database tableQuery modify and update tables in the databaseFocus: Using Preprocessing statementsProblems in code debugging and the resolution processIssue one: A problem occurred at run time the public

20145317 Peng Yao "Java Program Design" 6th Week study Summary

lines of code (new /Cumulative) Blog volume ( new/cumulative) Learning time (new/cumulative) Important growth Goal 5000 rows 30 Articles 400 hours First week 200/200 2/2 20/20 Second week 300/500 1/3 18/38 Third week 500/1000 1/4 22/60 Week Four 300/1300 1/5 30/90 We

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.