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 / April 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
RSA Key Format05 Apr 2007 18:16 GMT1
Good Afternoon!
Can anyone tell me what the format of the key below is?  I need to be
able to convert that into a public key that my program can use, and
then export my public key in that format to exchange with someone.
Schrodinger's regular expression05 Apr 2007 17:52 GMT3
I have a block of code that can be summed up like this
Pattern pat = Pattern.compile("...");
Matcher m = pat.matcher("...");
System.out.println(m.matches());
Eclipse not display warning if try catch is not present05 Apr 2007 17:50 GMT6
can you help me ?
i write this:
sf =    (SessionFactory) super
    .servlet
java.sql.Date returning wrong date05 Apr 2007 17:42 GMT7
Hi can you assist me in finding the root cause of this problem.  I am
converting a simple date of "2007-04-20" to SQL date.  However for
some reason  the conversion is not working.  It seems to be defaulting
too 2007-01-20.  Hmm.. perhaps its the getTime() not returning the
write Excel through servlet05 Apr 2007 16:08 GMT2
Here is my servlet:
public void doGet(HttpServletRequest request,
         HttpServletResponse response)
         throws ServletException, IOException{
Requirements For A Visualization Software System For 201005 Apr 2007 15:24 GMT8
REQUIREMENTS FOR A VISUALIZATION SOFTWARE SYSTEM FOR 2010
Xah Lee, 2007-03-16
In this essay, i give a list of requirements that i think is necessary
for a software system for creating scientific visualization for the
Exception in thread "main" java.lang.NoClassDefFoundError: Just05 Apr 2007 15:24 GMT11
class Just
{
    public static void main(String[] args)
    {
Handling (retain) special characters when parsing XML?05 Apr 2007 14:47 GMT1
We need help with processing special characters when processing XML
consecutively first by SAX and then converting that output into DOM.
This is what we do:
The input XML has all special chacters like ampersand replaced with
Q: Constructors Polymirphisms05 Apr 2007 14:20 GMT2
In my class I'd like to have 2 constructors with different signature
(arguments). I'd like one to call the other, something like the
following example.
//------------------------------------------------------------------
problem with database connection05 Apr 2007 12:42 GMT1
I am developing an application using swing on netBeans 5.5 .
For  database I  make connection with MySQL 5.0 database with driver
Connector/J. I was able to make connection.But I am not able to insert
records into database from GUI.
Scope of static class variables05 Apr 2007 11:40 GMT16
One of my classes contains static variables that are set by the
program.
If the program is executed several times (distinct execute commands,
but the same VM and the same code base), will the two program threads
Generics and reflection05 Apr 2007 06:22 GMT2
I have this really ugly thing regarding generics and reflection (and
probably one of those type-erasure weaknesses):
Suppose I have this:
public interface Delegate<Ret, T> {
Quick way to initialize array with all zeros05 Apr 2007 06:18 GMT18
I want to initialize a large array with 0's... do I have to use a for-loop
or is there some trick to accomplish this?
getting the width and height of a String to draw a rectangle around it05 Apr 2007 05:57 GMT3
I have to draw (using Graphics or Graphics2D) a rectangle around a
String. How do I get the width and height of a String to draw a
rectangle around it? It seems there are many factors (i.e. Font/Face).
A simple example would help me.
Threads Program05 Apr 2007 05:02 GMT2
Hello friends,
                       I am new to Java and I need your help in doing
these thread programs
1) Create 2 threads. First thread provides a string to the second
 
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.