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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
close swing form application24 Jun 2008 04:06 GMT12
What is the correct way to close java visual aplication based on swing
components. I would like to do this using jMenuItem. I use NetBeans
IDE
Thank you
Can't get client and server to communicate23 Jun 2008 23:59 GMT7
hiya
The main problem is that server doesn’t receive any messages from
client( it receives a message from client only when I terminate the
client process ).
Stages of a project production23 Jun 2008 22:56 GMT6
analysis
design
development
testing
please debug this generic program23 Jun 2008 22:36 GMT5
//Stats.java
package tutorial;
public class Stats<T> {
T[] nums;
Even the intelligents cannot get through interviews. Why? Know more     about Java interviews.23 Jun 2008 20:14 GMT1
Clearing Interviews - Useful Questions & Tips
I am a 'senior software analyst' with lot of exposure to J2EE
technologies. I have compiled all the interview questions and shared
all my experiences. I myself am in the recruitment panel. So learn
little iterator problem23 Jun 2008 17:21 GMT9
How can I make something like
List<MyClass> list;///or any other Collection
 Iterator<MyClass> it = list.iterator();
Iterator<MyClass> next = ++it;
MDB or Web Service?23 Jun 2008 17:12 GMT4
At the risk of starting a "preferences war", I often pondered this
question...
When would I use one or the other to implement a set of online services?
What are the pros and cons of using one over the other? Has anyone come
Constructor Generic Type Inference23 Jun 2008 13:32 GMT9
Most programmers seem to agree that it is tedious to have to type long
generic type parameters twice, when the second copy is effectively
redundant:
 MyGenericClass<String, Map<Integer, String>> myThing =
Need a way to automatically check thread/method correspondence23 Jun 2008 11:44 GMT5
I'm in the process of converting a lot of code from
being single-threaded (everything in the AWT EDT) to
multi-threaded. The code is debugger-related and uses
the JDI. All JDI activity will take place on a single
Solving simple mathematical equation solving speed23 Jun 2008 09:01 GMT16
I have an equation that gets executing many thousands of times by an
algorithm. When I it is written in code the algorithm is quite fast.
However, I want the user to be able to define the equation themselves,
to solve it this way I use java expression parser (JEP).
Default JVM flags22 Jun 2008 23:52 GMT7
I always run a Java class which takes a lot of memory, and every time
I have to set the maximum memory to some value. For example:
java -Xmx512m MyClass
How do I set this flag to be the default to all the future invocations
Thread Safe Java Code for Uploading To Web Sites22 Jun 2008 20:46 GMT4
I have a multi-threaded Java application that uploads forms through a web
page to a server, to support a load and performance test.   Can someone
point me to public domain or commercially-supported Java code that would
handle the mechanics of the HTTP upload in a thread-safe ...
format() and hex characters22 Jun 2008 18:30 GMT4
i have an array of chars like 0x81,0x7e,0xff etc,
when i try to display such characters using
format()
char c=0x81;
Convert array of values into jTree22 Jun 2008 16:21 GMT9
I have the following String array:
PNODE  NODE  PNAME  NNAME DATA1 DATA2 DATA3
0            0          root        root       -           -
-
Distributing Java code to servers22 Jun 2008 08:03 GMT2
We'd like to use a number of servers to process a large amount of data.
I'd like to be able to go to one central machine and push out new Java
classes/jar files to the servers, and then start up remote processes
that use the new code.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 May, 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.