Chris Pollett >
Old Classes >
PIC20B

   ( Print View )

Enrollment info

Course Info: Homework Assignments: Practice Exams: PIC:
                            












Spring 2001 PIC 20B Home Page/Syllabus

Advanced Aspects of Java with Applications

Instructor: Chris Pollett
Office: 6183 Math Sciences
Phone Number: (310) 825-2814
Email: cpollett@yahoo.com
Office Hours: MWF 2-3pm

Class Meets:
     MWF 12-12:50pm in MS6229
Sec 1a TA: Cho Hong Min
Office: MS 6603
Email: chohong@math.ucla.edu
Hours: T 2-4 F 1-2

Section:
1a: TR 12-12:50 in MS6229

Prerequisites

To take this class you must have taken PIC20A.

Texts and Links

Available on Reserve at Powell Library.

Required Texts: Java: How to Program (3rd ed), by Deitel & Deitel.
Thinking in Java (2nd ed.), by Bruce Eckel.
Online References
& Other Links:
Sun's Java site .
The Java 2 PlatForm Class Library .

Topics

This course covers various more advanced programming topics in Java not cover in PIC20a. We begin by discussing string and file manipulation in Java. We then discuss various utility classes (Collections, etc.) available in Java. Next we cover exception handling and threads. We then cover JDBC, servlets and JSP and compare these with other available technologies. We then show how to do network programming in Java and we finish the course with a discussion of Java Beans as well as their relationship to other RAD development platforms on the market.

Below is a tentative time table for when we'll do things this quarter:

Week 1: April 2, 4, 6 D&D Ch 10
Week 2: April 9, 11 (hw1 due), 13 D&D Ch 17, Eckel Ch 11
Week 3: April 16, 18, 20 D&D Ch 23, 24, Eckel 927-939
Week 4: April 23 (hw2 due), 25, 27 (Midterm) D&D Ch 14, 15, Eckel Ch 10
Week 5: April 30, May 2, 4 D&D Ch 18, Eckel 927-948
Week 6: May 7, 9 (hw3 due), 11 D&D Ch 19, Eckel 948-973
Week 7: May 14, 16, 18 D&D Ch 20 Eckel 973-1010
Week 8: May 21 (hw4 due), 22(Lecture), 23, 25 D&D Ch 21, Eckel 904-927
Week 9: May 28 (Memorial Day), 30 (Discussion), June 1(Sub Lecture)
Week 10: June 4(Discussion), 5 (Lecture), 6 (hw5 due), 8 D&D 25, Eckel pp.800-820
Week 11 Final Monday, June 11 3-6pm

Please note: May 28--June 4 I will be away in Russia. So as to only miss one day of lecture, I will give lectures during the discussion times on May 22 and June 5. On June 1, there will be a guest lecturer. The May 22 discussion section will occur on May 30 during the usual lecture time. The June 5 discussion will occur on June 4 during the usual lecture time.

Grade Breakdown / Grading Policy

Homeworks       40% 
Midterm         25%
Final           35%

When I assign grades the high score has an opportunity to receive an A+. I do curve grades and my curving will be in line with previous times this class has been taught.

Homework Info

General Info

Links to the current list of assignments can be found on the left hand side of the class homepage. After an assignment has been returned a links to its solution will be placed off the assignment page. Each homework will consist of a reading part and a programming part. Material from the reading part of an assignment may appear on midterms and finals. All homeworks are due at 10:30pm of the due date. Late homeworks will not be accepted; however, your low homework score will be dropped.

Submitting Programming Assignments

To keep things simple the files you submit for a homework assignment will follow the naming convention p20bhw+number+file+number+.extension. For example: p20bhw1file1.java for the first file in HW1. To submit an assignment, simply copy the required files to your \SUBMIT directory. Then leave them there for the rest of the quarter, even after they have been collected and graded. You may be able to submit files remotely with ftp, but it is best to make sure your submission works in the Lab before you submit. If you wish, you may overwrite a previous submission with a new version at any time before the due time on the due date.

Please do not store any files in your submit directory other than those that are to be or have been collected.

To confirm that you have submitted correctly, run the checksubmit program. This check generally requires a trip to the PIC Lab.

For some homeworks submission will involve having the correct files in the ~/public_html directory of your Unix account. That the files are viewable can then be verified by pointing your browser at the correct URL. The homework specification will make clear when this is the case.

Grades/Regrades

Your grades will be available through my.ucla.edu. The comment field for an assignment will say where you lost any points. Please check your account each week to verify your grades. This is very important; it is the only way to know for sure that you actually received credit for your assignment. Your my.ucla account also will have assignment due date and links to assignment homepages. You can also compare the score you received relative to everyone else.

If you believe an error was made in the grading of your program or exam, you may request in person a regrade from me, Professor Pollett, during my office hours. I do not accept e-mail requests for regrades. Such e-mails will not be responded to. A request for a regrade must be made no more than a week after the homework is returned. No requests for regrades will be considered unless they meet this deadlines. Be forewarned that the whole piece of work will be regraded, so the grade may go down rather than up.

Required Formatting

Since some of the grading process will be automated, it is important that your program follow the specifications in the assignment exactly. In particular, make sure submitted filenames are correct and data items in your program are inputted and outputted in the proper sequence and format. If you put files in your submit folder with an incorrect name so that it ends up not being collected, you will received a 0 for your homework and not be entitled to a regrade. To receive any points on your homework you must include the following items in the header of every file you submit:

  • Your Full Name (and nickname, if different)
  • Your Student ID
  • Your PIC 20B Login ID
  • Your Preferred E-mail Address
  • Your Discussion Section Identifier and Meeting Time
  • The Assignment Number and Description,
  • Your Honesty Pledge
  • A List of Known Bugs in your Solution.

Your code should be as easy to read as possible. Use indentation carefully and consistently to delineate levels of nesting. Disjoint blocks should be well separated by concise and informative comments. This will be worth at least 1 point of every assignment. Although you are allowed a fair amount of choice in style, please try to conform to the conventions used in lecture and in the text.

Academic Honesty

You are both allowed and encouraged to discuss general algorithms and approaches to programming problems with your classmates. But these discussions must remain at a high level and not involve actual code being exchanged. In particular, THE CODE YOU SUBMIT AS SOLUTIONS TO PROGRAMMING ASSIGNMENTS MUST BE YOUR OWN INDEPENDENT WORK. DO NOT SHARE CODE.

You are required to include the following Academic Honesty Pledge at the top of each program you submit:

Honesty Pledge:

I, (insert your name here), pledge that this is my own independent work, which conforms to the guidelines of academic honesty as described in the course syllabus.

The pledge must be worded precisely as above, with your own name inserted. Be aware that any detected activity even bordering on an infringement of these academic honesty guidelines will be forwarded to the Dean of Students for full investigation. The penalties may be severe, in several recent cases, students have been suspended and have had the incident permanently recorded. If you witness any cheating by classmates, please report it to Professor Pollett as soon as possible.

Exams

As shown above in the grade breakdown there will be both a midterm and final in this course. Both of these are closed book, closed notes. You will be allowed only the test and your pen or pencil on your desk during these exams. Beeper or cell-phone interruptions will result in immediate excusal from the test. The midterm will be in class on April. 27. The final will be on Monday, June 11 from 3:00pm-6:00pm. A photo ID will be required to take these tests. The final will cover material from the whole quarter although there will be an emphasis on material after the midterm. No make up exams will be given. The final exam may be scaled to replace the midterm if the midterm was missed under provably legitimate circumstances. These exams will test whether or not you have mastered the material both presented in class or assigned as homework during the quarter. I will try to avoid tricky and ambiguous questions. The week before each exam I will give out a list of problems representative of the level of difficulty of problems the student will be expected to answer on the exam. Any disputes concerning grades on exams should be directed to me, Professor Pollett.