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 / First Aid / November 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Question About Constructors28 Nov 2008 18:42 GMT6
Did the original version of Java, 10+ years ago, only allow one
constructor in a class?
gt79mit81@yahoo.com
aaron.hirshberg@denhamcapital.com
RMI problem: how to print something from server to client?27 Nov 2008 19:10 GMT1
I implemented a remote method with RMI, and it works properly on the client.
But the standard output (with System.out.println(...)) in the remote method
only appears on the server machine. For example, in the following remote
method
Java DB?26 Nov 2008 19:34 GMT16
Anybody know if there is a good book on how to use the Java DB?  I need
to learn how to set up a database for a Java application and I know
nothing about SQL or the Java DB.  I don't want to have to learn how to
use NetBeans just to be able to set up the database.  A book that ...
unchecked conversion25 Nov 2008 22:14 GMT2
what should I do with the following to avoid ": warning: [unchecked]
unchecked conversion"
java.util.Map<String, java.math.BigDecimal> sumbyDt2 = new
java.util.TreeMap(sumByDate);
How to serialize a Java class (into a string)?23 Nov 2008 00:53 GMT18
Assume I have a java class like:
public class VO {
   String aaa = "aaa";
   int bbb = 777;
Nokia SDK under Linux?21 Nov 2008 09:28 GMT1
I am new to this. Is it possible to get the Nokia SDK to run under Linux?
Or is it a Windows-only thing?
Signature

Thomas Jensen, Denmark

Importing  .csv into Excel20 Nov 2008 21:31 GMT6
My Java skills are very elementary so I hope there is a relativly easy
to implement solution to my problem.
I need a Java program that I can run which will import multiple .csv
files into an Excel spreadsheet with one *tab* per file.
I need basics20 Nov 2008 14:25 GMT5
Iam new to java i need info.
Opera 9.6220 Nov 2008 00:38 GMT8
Has anyone been able to get Java working is 9.62.  I have the horrible
feeling the Opera people have simply given up supporting Java.
Signature

Roedy Green Canadian Mind Products

what is wrong with the following code - SHORT sample20 Nov 2008 00:35 GMT4
hi, a quick question:
what is wrong with the following code?
public class Test {
    public static void main (String[] args) {
urgent help with the program - JAVA HELP19 Nov 2008 16:53 GMT3
im studying Java, something I am very much new to. I was assigned a
program - its a lengthy read, but i would appreciate your input if you
have. Attached you will see code, my question is what would be a good
way to develop METRO section of my program, since its giving me a lot
java speech api19 Nov 2008 15:56 GMT6
i am working on demos provided by FreeTTs website , when i am
compiling the program i am getting the following errors
i have set the path , pls also tell me that will i have to set the
class path of all the jar file provided by the freetts , if possible
Simplification18 Nov 2008 15:35 GMT2
How could you write this code more compactly?
scroll down for solution:
  if ( justBrokens ? state == AppState.BROKENLINK  : true )
  if ( !justBrokens || state == AppState.BROKENLINK )
Serializarion checking library17 Nov 2008 19:59 GMT10
Does somebody know if there is some library that is used for checking if
class is serializable. In a sense that you give a package name to a library
and it returns if classes in that package are serializable.
Thanks.
Casting with vectors17 Nov 2008 19:57 GMT3
I have a vector called waitlist
I am adding to this vector a class of person of type caller, from a data
file named nam.dat:
 try     {
Pages: 1 2 3 October, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 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.