Tuesday, 12 April 2011

How To Write Joining Report

how to write joining report"how to write joining report"
plz help me guys with real time application?

i got this assignment last week and due date is 20septemper but i dont know how to start and where to start i have some basic of java but i'm not very good at it any one can help me please...
Instruction:
You and your partner (group of two) are required to develop a simple Mobile Real-time
Traditional Game Application which will implement the following keyword/concept.
1. Abstract Class
2. Runnable
3. Interface
4. Protected
5. Thread
6. Yield
7. Join
8. Priority
9. Notify
10. Throws
Programming Language:
· Java
Report:
· Write a user manual of how to play the game


Time is limited to answer your question, so I will provide some web pages that may help you out. My apologies for them not being in the same order as your list.

Inheritance, as you will need this for the Abstract classes and Interfaces, and the classes that extend the Abstract classes and Interfaces.
http://java.sun.com/docs/books/tutorial/java/concepts/inheritance.html
http://java.sun.com/docs/books/tutorial/java/IandI/subclasses.html
A section in the above link deals with Abstract classes
http://java.sun.com/docs/books/tutorial/java/IandI/abstract.html

Interface
http://java.sun.com/docs/books/tutorial/java/IandI/createinterface.html

Runnable, Threads, Yield, Notify are are part of Concurrency
http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html

Throws is Exceptions
http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html

protected is a modifier. Modifiers are public protected private
The one is a package modifier. All classes in a package can get access to the fields, or methods.
public means any class can have access. If it is static, you do not need an instance of the class to access it, if it is not static, you need an instance of the class.
private means that only the class can access it.
protected means only the class, or any class that extends it can access it.
You can have methods or variables, even classes with these modifiers.
For more, check Modifiers in a search or something. There is not much in the tutorial that I could find.

Join, I am not sure of.

Priority could be with the threads (concurency), or do to with queues. but I would say it is with the threads, meaning a thread with a greater priority will perform its functions before any other threads.


BBC LOOK EAST NEWS REPORT- 1 Royal Anglian Military Cross Winner says "I was just saving my Mate"









how to write joining report
how to write joining report
how to write joining report

No comments:

Post a Comment