hi,
im just creating a java tutorial. It helps to exam java programer 1.2 by sun. pls check it and tell me your opinions.
www.byteFACULTY.com
cu
bytef
Printable View
hi,
im just creating a java tutorial. It helps to exam java programer 1.2 by sun. pls check it and tell me your opinions.
www.byteFACULTY.com
cu
bytef
learned some stuff and remebered some **** i'd forgotten
haven't done java in like 2 months so give me a break if i'm wrong
not sure if the word "accessed" is what youa re looking for, wrong tense too...
"accessed" misspelt "accesed" several times
better explanation of "transient" and "synchronized" needed
[code]
class AnyException(parameter) extends Exception{
//statements
}[/cdoe]
are you sure paramaters are passed like that to an exception? shouldn't that be done at the exception's constructor(s)?
not true, nothing ever needs to be imported, you can reference by its full package\class name if you wanted too...Quote:
java.lang.Throwable must be imported
i didn't see any mention that only exceptions need to be tried and declared in method headers but NOT errors
miscellaneous spelling errors : eg. "tread" instead of "thread"
grammar
yet you stated earlier than "friendly" is not a valid java modifierQuote:
access modifier like public or friendly
might want to mention that all classes extend java.lang.Object by default...(nvrmnd, but might want to mention it in the class section neway)
mention that constructors aren't inherited (idon't think neway)
some ambiguous phrases: "the inner class is the same as any other class, but it is declared inside any class"
never heard of anonymous classes before... could you give more info?
i believe the java term is "package" not "friendly", it's not C\C++ don't talk as if it isQuote:
friendly methods may be overridden only by friendly, protected or public methods
more info on synchronizing perhaps?
i believe there is als a Short and Byte class in addition to the bigger ones...
doesn't "immutable" mean can't be changed or is it like inflammable but then you have a problem either wayQuote:
the StringBuffer class represents immutable strings these can be modified
...Quote:
- the String class represents immutable strings- all methods dont modify strings, new strings are created
then i got too tired, sorry :rolleyes:
well i hope it helps even its its harsh
Nice :)
s'cool
looks very cool and neat :cool: