Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Strange servlet exception01 Feb 2008 20:10 GMT1
inside my generic servlet I get this error when I call this method:
'session.getAttribute' command (line 36):
java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:336)
general performance question01 Feb 2008 18:58 GMT26
Is it *really* true that creating an object closer to where it will be
used by the code, rather than creating it and setting it to null,
makes a noticeable difference performance-wise?
What is the best practice with respect to this?
Loader constraint violation01 Feb 2008 14:09 GMT1
I get this error and have now spent a day to figure out what causes
it. Anyone an idea?
Thanks in advance for your help.
Michael
The complete Java 1.5 syntax01 Feb 2008 13:05 GMT4
Here it is, easily browsable :
http://d.cr.free.fr/wsqualitycheckerjavasyntaxe_html.html
Thanks to "The Java Language Specification", Third Edition (Addison
Wesley, May 2005) chapter 18 reference, with some small modifications.
Display Updated/changed value(from cache) in JSP01 Feb 2008 08:52 GMT6
I did post this on the sun forum with out too much help. I am assuming
I shall be lucky enough to get some here.
Since I am clueless on how I wish to do it, I do not really have
anything that I have done.
Very strange behavior with Tertiary op, null and autoboxing01 Feb 2008 06:55 GMT4
I have this code:
public Boolean getValue(ItemAttributeSource source) {
    Currency c = FIXED_SHIPPING_CHARGE.getValue(source);
    return (c != null ? c.compareTo(c.getUnit().ZERO_VALUE) > 0 :
Confusion between SCJP 1.5 and SCJP 1.601 Feb 2008 06:53 GMT3
I want to give a SCJP certification.
But now SCJP 1.6 is latest and I have prepared for SCJP 1.5.
Can anyone tell me which will be best?
If possible provide some useful links.
XML support in Java 5?01 Feb 2008 04:59 GMT30
The javax.xml and javax.xml.stream packages have some classes that look  
very useful for writing and reading XML (the latter package especially).  
Unfortunately, as near as I can tell they are for the most part only  
supported in Java 6 and later.  The few things that are ...
Applet class loading enquiry01 Feb 2008 04:31 GMT10
If an applet comprises say 40 classes in 4 separate JARs, is Java "smart"
enough to only download the individual class files from within each JAR as
they are first accessed or will accessing one class in a JAR cause a
download of the entire JAR before methods in that class can be ...
return result to php01 Feb 2008 02:44 GMT7
When I call
system('/mnt/hd9/a.out');
the prog sucessfully print a message to web browser. (a.out is an object
file compiled from a C file).
Memory utilization01 Feb 2008 02:26 GMT8
I was trying to profile the following piece of code using NetBeans:
public static void main(String[] args)
{
   Map<String, String> map = new HashMap<String, String>();
Extracting substring with regexp01 Feb 2008 00:33 GMT6
How to extract substring with regexp when we have start and end for
substring?
For example I want to find what is between "abc" and "xyz" in the
String.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 January, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.