| Thread | Last Post | Replies |
|
| java Interview Question bank | 16 Jan 2008 01:19 GMT | 1 |
java Interview Question bank http:// www questpond.com
|
| Physical and logical fonts | 15 Jan 2008 21:16 GMT | 34 |
I'm learning a bit about fonts and while the following link did help to some extent, http://mindprod.com/jgloss/font.html there are still questions bugging me about the subject!
|
| Faster than Array search? | 15 Jan 2008 19:42 GMT | 14 |
I have a piece of code where i need to search from an Array list For Example char[] array1= new char[100]; for (int i=0;i<100000;i++){
|
| hai dear friends | 15 Jan 2008 13:47 GMT | 1 |
hai dear friends //////////////////////////////////////////////////////////////////////// http://billaremix.blogspot.com/ ///////////////////////////////////////////////////////////////////////
|
| cant read web file from Vista | 15 Jan 2008 12:50 GMT | 3 |
I have a java application which reads a file from a website address: URL vers = new URL("mysiteurl"+"/file.txt"); URLConnection conn = vers.openConnection(); conn.setDoInput(true);
|
| Appletviewer | 15 Jan 2008 12:45 GMT | 2 |
how can i increase the size of the font on the Applet? Means when i start a Applet its fonts are so slow. how can increase the size of it? Thank's in Advance
|
| Ask the Experts: Developing and Deploying Java SE-Based Applications in Solaris (Jan. 21-25) | 15 Jan 2008 03:30 GMT | 3 |
Are you developing or deploying Java SE applications in the Solaris Operating System? Do you have a question about Java SE technology in Solaris? Post it during this session during the week of January 21 and get answers from experts at Sun Microsystems who have lots of
|
| generation of implementation using Ant | 14 Jan 2008 22:35 GMT | 1 |
in most IDEs there's an option to generate an empty implementation for a given interface, or at least to fill in the implementation with a skeleton. I was wondering whether there was something like that in Ant, either
|
| Get a variable value from the calling class | 14 Jan 2008 20:53 GMT | 5 |
I'm looking for a way to find a variable value in the calling class... Ex : Car myCar = new Car(); car.setName("Audi");
|
| you learn java program | 14 Jan 2008 14:52 GMT | 2 |
you learn java program **************************************** http://padmagirl.blogspot.com ****************************************
|
| File Upload | 14 Jan 2008 13:26 GMT | 8 |
I have struts application that handle file upload, and i have two server for testing and for production. I used FileUpload (org.apache.commons.fileupload.FileUploadBase) to handle the uploading. I tested to test server and it works well, but when i tried
|
| About jobfuscate | 14 Jan 2008 05:31 GMT | 34 |
Can I include "jobfuscate" command in the build.xml for generating the jar. Thanks in advance.... Srinivas.
|
| how to retreive the ServletRequest time | 14 Jan 2008 02:57 GMT | 13 |
I'm working a servlet and I'm trying to get the date of a HttpServletRequest. I have tried using the getHeader(), getDateHeader() and no use... I tried to get the list of header names and printed it, the output was:
|
| Reading URLs with POST data vs. w/out POST | 14 Jan 2008 00:38 GMT | 4 |
I'm working a simple method to read web pages and experimenting with a few aspects. I've noticed if the URL contains POST data (and I'm just specifying the POST data in the URL), when I try URLConnection().getContentLength(), I often
|
| suggestion about chat s/w based protocol tcp or udp? | 14 Jan 2008 00:21 GMT | 4 |
hello java guys beginners and experts i'm writing java application for chat will i use udp or tcp?
|