I’m a certified java programmer now!
Wow, I really thank God that I can pass this exam (4 years since I started thinking about it). I have absolutely no confidence in entering the exam this morning due to the low scores that I got when I do the mock exams.
I got 77% (passing score is 65%), which is not too bad. [...]
Australian User Groups
http://www.builderau.com.au/usergroup/. Have been attending few Adobe UG meetings, maybe it’s time to have a look at the Java one.
Java Collection Framework
This is probably going to be the last time I code in Java for a little while.
Reference: Java Collection Framework Tutorials
Important distinctions:
Set — a collection that cannot contain duplicate elements. This interface models the mathematical set abstraction and is used to represent sets, such as the cards comprising a poker hand, the courses making up [...]
What’s new (to me)
I haven’t really coded in depth with Java for awhile now, but now for COMP9318 project 1 I need to do some processing that requires different data structures.
From memory, back then there were only 2 basic data structures that I use over and over again, they are array and vector. But now Java got a [...]
Choices
Hm, working with J2EE, we are spoilt with options.
IDEs:
NetBeans (Sun’s?)
Eclipse (IBM’s, they generously open sourced it, from what the lectures told us, it is THE ultimate J2EE IDE, especially it you’re into to application modelling).
J2EE servers:n- JBoss, most popular?n- Sun’s Application Server, not meant for real use but useful for testing and learning, from what [...]
JINI Resources
I give up, it’s either I’m stupid or Deitel’s way of explaining with codes, just doesn’t work for this particular chapter on Jini and P2P. I think if I read Deitel’s firs book on Java, I would’ve got better idea about Jini. Anyway, I can’t get ch28 example to work, I mean it compiles and [...]
JINI
Ok, so for this assignment, I need to write a Peer to Peer (P2P) application using Java, the example from the book is using JINI and RMI, I have no clue whatsoever about this two technologies. So JINI is for resource discovery over network and it can use different backend, with one of them being [...]
COMP9031 – a short review
As mentioned before, I am currently doing COMP9031: Internet Programming and am about to take its mid session test in 1.5 hours What I like about this subject is, it’s pretty hands on, the lecture and the assignments are closely linked. The lectures are mainly discussing Java internet tech by actually looking at codes, [...]
SCJP
Aiming to be a certified Java Programmer before the end of the year, or even maybe Developer. Developer is REALLY difficult, I think, as you are required to design and implement software solution based on the spec given, but most likely to be interesting and challenging. Hm anyhow just attempted a mock exam from Sun, [...]
Recent Comments