| Thread | Last Post | Replies |
|
| Getting parameter names through reflection | 20 Apr 2006 13:36 GMT | 1 |
Is it possible to get parameter names through reflection? From a class file reflection enables me to get methods and their types of parameters: public void foo(int);
|
| sizeof in java | 20 Apr 2006 13:26 GMT | 21 |
Hi friends, i have one doubt. java does not have sizeof(). so how can i know the size of the objects in java. thanks
|
| Strings and bindary data | 20 Apr 2006 13:05 GMT | 4 |
Are strings designed to hold binary data? For example, can I read an arbitrary finle into a String and then print (or, I guess, write?) the String to another file, are those files guaranteed to be identical? On a somewhat related subject, what is an "encoding"? Meaning, when
|
| Need of exception handler in calling function, isn't it weird??? | 20 Apr 2006 12:23 GMT | 10 |
I have written a function as follows public String fetchName(String query) throws Exception { stmt = con.createStatement();
|
| calculating the a bigdecimal to the power of double | 20 Apr 2006 11:11 GMT | 13 |
I have a bigdecimal and a double value,say Bigdecimal bd = 599999.45; double d= 5.9; i want to do 599999.45^5.9
|
| eclipse publish to production website | 20 Apr 2006 10:33 GMT | 1 |
Can anyone please point me to an example ANT script which will allow me to publish my eclipse 3.1.2 / wtp 1.0.1 project to a production server? It appears as if the "Define a new Server" wizard is really only set up to handle servers which are local to my development machine. My
|
| Obfuscators and jar files | 20 Apr 2006 10:26 GMT | 7 |
I have created a jar file which works well and I wish to obfuscate this file. I tried 2 obfuscators so far that can obfuscate jar files, Zelix KlassMaster and Marvin Obfuscator. Both these work and generate obfuscated jar files but neither of the generated files work. Both
|
| Recommendation for a Java Obfuscator | 20 Apr 2006 09:47 GMT | 3 |
We have a little Java class file to ship to a client - it will be package in a JAR. For security reasons the class file has to be prevented from being decompiled.
|
| Looking for a good search mecnism which can be used for application? | 20 Apr 2006 07:36 GMT | 5 |
Hi i have a requirement where i have to find out strings,files,names,data etc.(may be in database,files or whatever) Anyone knows how search enginees work basically for finding any name they check for all possibility.
|
| Help!! Java Server Config | 20 Apr 2006 07:07 GMT | 5 |
My question is wery simple but wery complex. I am not a programmer, but I have to create a Local Java server. I have the J2EE platform, and a WAR file. I wold wery wery happy if somebody could help me in configuring my local server. Tho problem is that I only know a few
|
| applets for morden periodic table | 20 Apr 2006 06:38 GMT | 3 |
hi,friends im new in java programing can anybody plzzz help me in applets bcz my projet morden periodic table is in java, need some help in coding. plzzz respond immediately.
|
| java.util.ResourceBundle question | 20 Apr 2006 06:36 GMT | 3 |
Hi group. Is there a way to change the value of one of the keys in a java.util.ResourceBundle ? thanks
|
| Convert a specified date to a day | 20 Apr 2006 05:45 GMT | 4 |
I'm trying to convert a date to the day of week. I know how to do this for the current date, but i'm trying to get the "day" for the "user specified Date". For eg. i want to get the name of the day for the date "04/13/2006"
|
| Can static methods be virtual i.e. invoked polymorphically? | 20 Apr 2006 05:26 GMT | 6 |
Can static methods be virtual i.e. invoked polymorphically? The options as below. a yes b no
|
| have troulbe when learn java tutorial's network socket part | 20 Apr 2006 04:33 GMT | 8 |
Try fewest word: from Java Turotial->Custom Networking->All About Sockets->Reading from and Writing to a socket, the following program: import java.io.*; import java.net.*;
|