| Thread | Last Post | Replies |
|
| Working with BIG big numbers | 02 Nov 2003 13:38 GMT | 2 |
Hi everyone, and thanks in advance, Just trying to find a way to get a number that's bigger then java's double. I've tried stuff like "long double myBigNumber;" but that doesn't seem to work. Been checking google too, and still haven't found any info. I
|
| System question | 02 Nov 2003 12:11 GMT | 1 |
If a Java application (and/or applet) has focus, is it safe to just use aChar = (char) System.in.read(); or aChar = java.io.DataInputStream readChar();
|
| java.util.regex.Pattern - general question | 02 Nov 2003 07:56 GMT | 1 |
What is the difference between greedy, reluctant and posessive quantifiers? To me it seems that there's no difference in writing "X(n,m)", "X(n,m)?" or "X(n,m)+". Maybe you could give me a hint what the difference is. Thanks in advance for sharing your knowledge ;)
|
| is this possible | 02 Nov 2003 07:53 GMT | 3 |
i created an object of type BankAccount which has a constructor BankAccount(String str,int accountnumber) BankAccount account1=new BankAccount("location", 123); now, somewhere in my program, i need a method in the BankAccount class which
|
| Information on cross-platform compiling | 02 Nov 2003 03:17 GMT | 1 |
I am writing some Java-Applet Chat-Client meant to run on any platform (LINUX, MS Windows, MacOS ...). Right now it runs with all tested Windows and LINUX systems (which aren't to many), but there are problems running it on MacOS v9.2. ( I compiled from LINUX with "javac -target
|
| Reg Ex | 02 Nov 2003 01:11 GMT | 2 |
I want to extract words that may or may not contain "," and "." ex. " 94 *& I, am words. 38 **#()#* " "I, am words." This is what I have:
|
| Time difference between Java and C | 02 Nov 2003 01:17 GMT | 3 |
Hi, I am having a embedded system running on Linux. I am having a strange problem with time between java world and native system. Java time is 22 seconds ahead of native time.
|
| read Strings separated by whitespaces | 01 Nov 2003 21:25 GMT | 2 |
i want to read Strings from System.in that are seperated by whitespaces (blank spaces to be exact). I only know how to read them line-by-line. Maybe you know a solution that is more general, where i can separate the strings by any type of character (e.g. commas, when reading ...
|
| Quick Question On Package Names | 01 Nov 2003 15:40 GMT | 1 |
I own a .co.uk domain. Should my packages begin with uk.co.domainname? Or should I use the more common com.domainname even though I don't own a .com? Thanks, Bob
|
| runtime error | 01 Nov 2003 09:50 GMT | 1 |
when i compile this code i got any error... but when i run it i get this error: E:\divers\ets\LOG\log320\aut03\lab1>java Sort Exception in thread "main" java.lang.ClassCastException
|
| solving a mathematical brain teaser | 01 Nov 2003 07:55 GMT | 10 |
Given the numbers 1, 2, 3, 4, 5, 6 and the operators +-/*^ what are all the solutions to the following equation _ _ _ + _ _ _ = _ _ _
|