Lamia's stack and heap based memories...
A Judiciously implemented blog
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.Net
Blackberry
C/C++
Career
CSS
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Object Relational Mapping
PHP
PSP
RDBMS
SCJP
Servlets
Struts
Technology
Tomcat
XML and Webservices
Community
Home
Blogs
Media
Forums
Groups
DevCast
Archives
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
April 2007 - Posts
29
Comments
Passed SCJP 1.5 - And some tips before taking the exam
by
lamia
I'm currently suffering from a terrible back pain... I wasn't able to get much sleep before my examination day because I was so nervous and afraid that I would fail. God on the other hand, was very forgiving and in spite all the sins I've...
Filed under:
Java
,
SCJP
2
Comments
SQLServer 2005, jTDS and Netbeans
by
lamia
The thing I hate about SQLServer is that it gives me too much headache whenever I use it with Java. Since I already had share of of those from my last company, I already had some precautions. Use jtds driver Enable TCP/IP on default port 1433 For SQLServer...
Filed under:
Java
,
RDBMS
,
Netbeans
6
Comments
java.util.Comparable vs java.util.Comparator
by
lamia
The java.util.Comparable and java.util.Comparator interfaces together with the java.util.Collections allow the user to sort a List. An implementation of the Comparable interface allows the user to create a specific strategy to compare with another object...
Filed under:
Java
,
SCJP
4
Comments
Arrays are Objects
by
lamia
I'm still under preparation for the SCJP 1.5 exam. I don't care what others say about it, I'm taking it. Though if I fail I swear never to talk about it again. I was suppose to take it last March but then I thought it would be a good idea to postpone...
Filed under:
Java
,
SCJP