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 / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
NullPointerException, IllegalArgumentException, or AssertionError for null constructor argument04 Jan 2008 04:58 GMT24
I have a constructor that takes a String argument. I'd like to throw an
exception if the constructor is invoked with a null argument, but I'm
not sure which instruction I should use.
NullPointerException is technically accurate, since it is a null
Bad documentation on java.util.Random#nextInt(int)04 Jan 2008 03:25 GMT2
reference
http://java.sun.com/javase/6/docs/api/java/util/Random.html#nextInt(int)
do {
      bits = next(31);
java exception handling04 Jan 2008 03:17 GMT12
i was arguing with my manager about whether it's better to throw
exception from a service that im developing or to give the user
returned value. My supporting points are:
1-thowing exception is much mostly than returned value in term of
can anyone help me about rotation Logging issue03 Jan 2008 21:20 GMT1
My task is : Archieving log file before logging rotation (define
logfile size ,number)
only can copy file but append file.
or someone told how to append log file by using FileHandler or other
Why is dynamic polymorphism so useful?03 Jan 2008 20:02 GMT33
1) With dynamic polymorphism, calls to actual methods are resolved at
run time. So why is that so important?  Why is that so much better
than letting the compiler figure out which version of method to call
( based on the type of object being referred by reference variable )?
The Closure Controversy03 Jan 2008 17:33 GMT28
My day job is programming in modern statically-typed functional programming
languages like OCaml and F#. In my spare time in the evenings I like to
expand my mind by learning about really different languages like Java.
Tonight, I watched a fascinating lecture by Joshua Bloch called ...
Accessing grandparent's overridden methods.03 Jan 2008 15:51 GMT13
class A
{
   public int showMe() { System.out.println("A"); }
}
Separate compilation of interfaces and implementations?03 Jan 2008 14:33 GMT2
I'm doing some work on a large software project that has mutual
dependencies - EG, the build of jar A depends on jar B's interface, and
the build  of jar B depends on jar A's interface.
It seems these dependencies could be resolved nicely if we were to build
Application layer protocol for chat server03 Jan 2008 13:07 GMT8
Hello java guys
i'm writing chat software ,data send from client to server and server
response to client
so i need to send many data formats such as voice, text based i need
JMF03 Jan 2008 07:10 GMT1
hi...
I am a final yr engineering student going my project currently. My
topic is "media based monitoring system using smart phones". We have
decided to use JMF in our project. Can you suggest any good books for
jpeg  image compression using java source code03 Jan 2008 00:14 GMT3
Urgent please.... how to compress a single jpeg image frame to
maintain  quality and  half of it's original storage size using java
source code.........
Loading an Image02 Jan 2008 22:59 GMT3
Hello guys. I have been trying hard to load an Image but with no luck.
Basically I want an application that can take an Image (jpeg) from a
specified location on my disk and show it. I get confused with all the
canvas, paint, render ,update stuff that makes the task seam very
servlet not updating :(02 Jan 2008 22:52 GMT5
I know the easy answer is to restart the server, but I can't do that
with my hosting company.,,
My issue is that I am updating a servlet on my web hosting company
(godaddy), and it is supposed to update in 45 seconds from when it is
SWT or Swing?02 Jan 2008 22:47 GMT44
I am about to start writing a UI application and am thinking about
writing it in SWT. I have experience with Swing but never used SWT. I
thought it might be good to get to know another technology. I am
writing the application for a windows machine so portability is not a
Question regarding Japplets inside a webpage?02 Jan 2008 22:39 GMT3
I have a java applet that scrolls through some pictures that are found
in the same directory as the java code. When I run the applet from
inside of my compiler everything seems to work fine. However, when I
insert the applet into html code using the applet tag or the object
 
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.