Aselmo Mathebula

Greenhorn
+ Follow
since Dec 01, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Aselmo Mathebula

David, the company i work for uses Eclipse, but i personally have many times defied the rules and used Netbeans because i think its briliant.
In the last meeting we had i was asked to organise a session in which i will explain and demostrate the advantages of using Netbean. Now i really think that your coming to the ranch is a blessing to me because you are going to 'please' explain to me why you chose Netbean and whether or not your book will help me greatly to demostrate the briliancy of Netbeans in development.

Thank you David
Hi David,
I intend to make use of JSF, EJB3, and the new JPA Entity model all in one J2EE application using Netbeans 6; please confirm if this book would be a perfect guide in this case. Do we have some sample full application code in the book to give a quick start.
i personally would think that the real exam is a little more complex than the whizlabs. So we really have to work harder.
anyone giving away a voucher for scjp5.0 at a cheap price please i need it.
[ December 01, 2006: Message edited by: Barry Gaunt ]
Could anyone one please clarify; given the code below, if you serialize class Ford, how many instances are serialized? Rather, when class Ford is serialized, is class Car as well serialized along with class Ford?

class Car implements Serializable { }

class Ford extends Car { }