| Thread | Last Post | Replies |
|
| which all classes are running in jvm at a given moment? | 19 Mar 2007 10:33 GMT | 3 |
Is there any way to know which all classes are running in jvm at a given moment? Actually the problem is, I am working on a java application, and I am not able to trace out which class has the code for some functionality. I have tried putting break-points to reach the
|
| Compress, Zip a stream which is not a file | 19 Mar 2007 09:16 GMT | 14 |
I need to compress a ByteArrayOuputStream (PDF) without saving it on the disk, so I need to zip a stream which won't be convert as a file. Do you know if it is possible ? thx !
|
| Introduction | 19 Mar 2007 08:23 GMT | 1 |
I am new to this group and would like to introduce myself. I am the President of US AngelInvestors,an angel investor group in Silicon Valley,and also founder of Bay Area Startup Network a networking group in the Bay Area.
|
| Introduction | 19 Mar 2007 06:44 GMT | 2 |
Hi Iam siva .As i'm a fresher ,is there any need to learn java. please respond to this question thank u
|
| ArrayList vs. Vector | 19 Mar 2007 03:31 GMT | 3 |
It seems to me that these are somewhat interchangeable. I would assume, based on my past posts, that I am wrong, but if someone could point me to a place where I could get the right answer I would appreciate it... btw - I have downloaded that mindprod site to one of my network ...
|
| Java version & Applet | 19 Mar 2007 02:54 GMT | 8 |
I got some questions dealing with java-version in junction with Applets. When i compile an Applet with my jdk1.6 it can only be used when the client machine also has at least version 1.6, is that correct?
|
| method always visible by other class | 19 Mar 2007 02:15 GMT | 1 |
Then I have a class called MyDBConn.java, inside this class there's a method called GetResultFromPazienti(): MyDBConn.java: ==================================
|
| Algorithm for performing a rollup | 19 Mar 2007 01:26 GMT | 25 |
This is a really basic question for an experienced programmer to ask, but does anyone have a preferred algorithm for doing a rollup of items in a list? I find myself writing ugly code over and over again to do this. As a simple example, let's say we have an array of strings, ...
|
| new to STRUTS | 18 Mar 2007 21:42 GMT | 8 |
I have just started Struts and am trying to run a simple application on my machine. However when I try to compile the java files it, the following error comes up on the command-prompt: ===============================================================
|
| problem in custom tags | 18 Mar 2007 20:42 GMT | 4 |
I have a program in which I have a basic jsp page with a text field and a submit button. The idea is that when a user enters his name and hits the button it should take him to another page which displays "Hello user".
|
| how to save an edited image ( painted on an applet) as .jpg or .gif | 18 Mar 2007 20:16 GMT | 7 |
Hi group , I used drawImage() function to draw an image on an applet , you can paint on this image in the applet. Now I want to save this edited image as a .jpg or .gif file. I would like some one to help me
|
| Aspose.Network for .NET - 3.3.0.0 Released | 18 Mar 2007 20:02 GMT | 3 |
Aspose.Network is a suite of .NET components for professional network programming. Main features are; Support for Microsoft Exchange Server, Drag & Drop messages from Microsoft Outlook, Sending a Batch of Emails and Mail Merge features, Import & Export emails from Mht & Eml
|
| Java Autio | 18 Mar 2007 18:30 GMT | 6 |
Is this the right place for Java-Audio Questions? If so: How do I make java to play an Audio File (eg. WAV). My Application uses Swing and a Key-Event should play a sound. Either of the following answers should do:
|
| Looking for a job? | 18 Mar 2007 17:48 GMT | 3 |
Free. Find a Job here now--> http://www.jobbankdata.com
|
| Download web pages from java | 18 Mar 2007 17:07 GMT | 1 |
is there any Java library that can be used to download html pages with the associated images? To avoid having to parse them myself... Thanks in advance! Sergio
|