Reminder from: sacjug Yahoo! Group http://groups.yahoo.com/group/sacjug/cal Sacramento Java Users Group Meeting Tuesday September 11, 2007 6:00 pm - 8:30 pm ...
sacjug@yahoogroups.com
Sep 9, 2007 12:57 am
867
Could anyone explain why do I need to use the java.io.serializable interface? I read several articles returned by Google search... Basically I am not sure...
Dear Anonymous, To oversimplify: - don't worry about it :-) - when the code blows up decide if you either want your object to be serialized or not - if you...
Hi everyone: I wanted to let you all know about a free webinar on Design Patterns by Alan Shalloway, co-author of Design Patterns Explained: A New Perspective...
Reminder from: sacjug Yahoo! Group http://groups.yahoo.com/group/sacjug/cal Sacramento Java Users Group Meeting Tuesday October 9, 2007 6:00 pm - 8:30 pm (This...
sacjug@yahoogroups.com
Oct 7, 2007 12:56 am
872
October 9, 2007 We will present JUnit Factory, an experimental test-generation service from Agitar Software. Sandwiches and sodas will be sponsored by...
"Oracle said Friday it offered to buy BEA Systems for about $6.66 billion, its latest effort to up the ante against Microsoft and Germany's SAP in the fiercely...
If you - 1. Are interested in moderating this list. 2. Attend meetings at least once a quarter. Please forward this message to Chris Scheuble to identify...
I am pleased to announce that the group has added some more moderators to the sacjug list on Yahoo! We thank all those who were willing to respond to moderator...
Hello, I tried to assign a decimal number to long data type and get an error. long a = 2.5; //compiler complains on this line. double b = 1.5; //This line is...
sue - a long data type in Java is a whole number, not a decimal number. The only two data types that understand decimals are floats and doubles. If you are...
QUESTION Given the following code snippets, explain how the print statement could print 'false' public static <T> void copySet(Set<T> source, Set<T>...
Renuka, Thanks this is an interesting problem.My answer: the add() method is optional for Set, a particular implementation may not implement and simply return...
*Code explaining why Java 6 is missing from new Mac OS **Cut and pasted from: http://www.javalobby.org/java/forums/t102924.html* * if* (getUser().getHumor() <...
Gals and guys, One of my partners is looking for one java coder for a 6 weeks contract to start asap. I am booked for another 4 weeks so I have to pass this...
Hello, Could anyone explain what the page scope is and how to use it? I guess it is probably thread safe. Does it have anything to do with pageContext? Thank...
Page scope allows you to store objects that are only availible on a single page. It won't live beyond the life of the page. If you forward to another jsp (and...
Scott Bain and I were talking about TDD, Patterns, and agile techniques and how they tend to mitigate against over-design... but not always. This lead to a...
Hello Sac JUG! With all the recent affirmative commentary lately about Ruby on Rails and how much people have been liking it, I thought it worthwhile to let...
Hi all, I tried to get Chris to approve this message first, but the messages kept bouncing back. If I have offended anyone, my apologies in advance! I really...
Thanks to everyone for a great meeting last night. Just two minor follow-ups from my 1.4 edition of Kathy and Berts' famous SCJP/SCJD study guide. Although I...
Members, I am interested in learning more about a local IT company called Black Dog Studios. I would very much like to meet with the company and invite them to...
I acquired some used IT hardware - * Cisco 2501 Access Server * SynOptics 28115 Switch If any one is interested in these FREE devices I will bring them to the ...
They say there is no magic bullet in software design but my friend Scott Bain came up with something that I think is pretty close. He recorded a multimedia...
I am giving a webinar entitled "Writing Quality Software" this Thursday, February 21, 2008 from 11:00am to 12:00pm PST (2:00pm to 3:00pm EST). It addresses key...