| Thread | Last Post | Replies |
|
| How to write a string to a file? | 10 Nov 2003 14:54 GMT | 2 |
Hi, I'm trying to write a string to a file using the RandomAccessFile object's writeChars method. Everything works fine, except that when I write in "This is it", it writes in the file "T h i s i s i t" Why is that?
|
| Launch User's Default Browser | 10 Nov 2003 13:35 GMT | 8 |
I'm sure this topic has come up before now but in the list of posts available to me I can't see it. What would people recommend as a way of launching a suitable browser to view a hyperlink (including a mailto: link, although I'll settle for just an
|
| float to integer | 10 Nov 2003 13:03 GMT | 2 |
Can anyone tell me how to convert float into integer. example : if float value is 234.33 then i need 234 i just want to drop the decimal part. Thanks in advance.
|
| Problem with viewing Applet on Internet Explorer | 10 Nov 2003 10:00 GMT | 1 |
I cannot view applets in Explorer 6 (the latest!), instead all I can see is a big grey square in the middle of the web page and when I pass the mouse over it-, it says: 'Done: class NameoftheClass not found'
|
| Java assert question | 10 Nov 2003 09:08 GMT | 1 |
Code: ======== long aLongInt; assert aLongInt<10000000000;
|
| even/uneven number | 10 Nov 2003 05:29 GMT | 4 |
how can i find out if a number is uneven, or even? i would need something like this: isEven(1) which then returns false. thanks Jochen
|
| help: decimal-->binary, ex 102-->1100110 using Integer.parseInt("102",?) | 09 Nov 2003 23:29 GMT | 2 |
how do convert a decimal number to binary using Integer.parseInt(), please? from the various help files, examples for Integer.parseInt(String s,int radix)
|
| DateFormat problem | 09 Nov 2003 19:50 GMT | 20 |
I want DateFormat to parse a date/time in the style used by HTTP: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3 Specifically, I want to be able to parse this format (quote from the above link):
|
| JAVA Newbee | 09 Nov 2003 19:02 GMT | 4 |
I have a few questions I'm hoping the group could answer for me. I'm currently using Windows 98SE with all the latest updates running on a Pentium III with 256M of RAM... 1) How can I tell what version of the JAVA runtime library I'm running?
|
| thread scheduling | 09 Nov 2003 16:18 GMT | 3 |
I am writing a web server program that should differentiate requests and process them according to their priorities. The situation is that requests with low priority are sending to the server at 60 requests/second. While the requests with higher priority are sending at around 3 ...
|
| Newbie learning Java | 09 Nov 2003 12:00 GMT | 7 |
How much java should I know to be using NetBeans. I downloaded the IDE from Sun's site, and I have some understanding of it. I figured out how to use the methods of some objects, but I'm having trouble understanding how to use objects from other packages.
|
| Finding help on Events and a small aside | 09 Nov 2003 08:39 GMT | 3 |
I am writing a java application using lots of visual components. The Java API help is good in that it tells me about all the constructors, methods and fields associated with a given object but where can I find similar help on the events that can be implemented.
|
| Closing Internet Explorer? | 09 Nov 2003 08:20 GMT | 3 |
I have got a Java application which gets a HTTp Request, then something is write out to the socket( into the Internet Explorer) and then the Socket is closed( must be closed else Internet Explorer gets timeout). How am I able to check wheter the user has closed the Internet Explorer ...
|
| what's wrong with this code? plz help | 09 Nov 2003 05:00 GMT | 1 |
public Account getAccount(int acctnum) { //super user only //gets the reference of the account.. // not done yet
|
| I am a java beginer and I need help. | 09 Nov 2003 02:27 GMT | 7 |
I am taking a Java class and I need a little help. My program is supposed to take a range of temperatures that the user inputs and come back with that average. The user should type 999 to end the program and get the data. The range of temps that the user can input is
|