| Thread | Last Post | Replies |
|
| Java 1.6 becoming idiot-proof or just slack? | 18 Mar 2007 16:46 GMT | 13 |
I've had the following code running on Java 1.6 happily for sometime and only after someone tried to compile it with 1.4 did I discover my recurring
:-( school-boy error of saying intVar = new Object. I've changed the code so that it now it says intVar = Integer ...
|
| what is the different between byte stream and character stream? | 18 Mar 2007 14:58 GMT | 6 |
Hi !what is the different between byte stream and character stream?
|
| Any form of operator overloading supported in java? | 18 Mar 2007 13:46 GMT | 16 |
Java doesn't support multiple inheritance.To overcome that it has provide interfaces. Is there any such way available for overloading of operators also?
|
| excel sheet template | 18 Mar 2007 10:59 GMT | 5 |
I am using jakarta POI. I have a excel sheet template . I want to create a new excel-sheet from that template and want to pour data into it.
|
| Where is the JAR currently being executed? | 18 Mar 2007 10:09 GMT | 6 |
Hi all, here's a basic question I haven't been able to find the answer to. Let's say I'm executing a JAR from the command line from a location that isn't in the CLASSPATH. The JAR implements it's own classLoaders and wants to use data in the JAR to construct some classes. How ...
|
| from c# to java | 18 Mar 2007 09:34 GMT | 8 |
I seek advice on software I may need in order to program in Java on a Win2k3 SP2 machine. To program in C# I use the following: 1. IIS
|
| Mastering Java | 18 Mar 2007 09:25 GMT | 6 |
Hi ,Im a BSc4 Maths/Computer Science student.Unfortunately my curriculum did not include Java programming yet I see many vacancies for Java developers.I studied programming Pascal,C++ and Delphi.So I need to catch up quickly and master Java programming.How do you
|
| converting byte array to a String | 18 Mar 2007 00:06 GMT | 2 |
What's the best and fastest way to convert a byte array to a String. The (toString doesn't work, it gives strange characters). I prefere a way that uses a loop that loops in the bytes of the array and convert them to characters then append them to a string.
|
| Advice on creating interface for plugins | 17 Mar 2007 23:06 GMT | 1 |
I am writing an app which will permit plugins for various things, including persistent data storage (ie a database, xml files, whatever; the app won't care so long as the plugin implements the interface). The issue is this: when the plugin retrieves data from storage to give to
|
| Can i save a file to ldap server? | 17 Mar 2007 18:28 GMT | 2 |
Is it possible to save a file in the ldap server? I think in ladap we can search through a simple metadata but not files. Shin
|
| java IDE on mac...HELP!! | 17 Mar 2007 18:08 GMT | 9 |
Hi guys, I'm new in java world using a mac. Actually I must use the terminal to compile and run classes (javac and java commands) because the xCode editor I use to code in doesn't work properly. It doesn't build and run my java classes. Every time I click on build the
|
| ServletFilters and Servlets: Is Running a "Request" in the same Thread? | 17 Mar 2007 15:53 GMT | 2 |
I have a basic question regarding Servlet and ServletFilters. If I do have a filter, can I assume that the request is running in the same thread? Or could it be that the filter is running in another context as the servlet?
|
| Eclipse path problem while opening file. | 17 Mar 2007 13:19 GMT | 1 |
When ever I try to read/open '.properties' (for that matter any file) inside my project(for example I try to open system.properties file in HelloWorld class) it cannot open/find it. For example if I have a project called project1 which has java source
|
| Applet as DSO in Browser example? MSIE only? | 17 Mar 2007 12:13 GMT | 2 |
Recently on the web I came across documentation discussing Data Source Objects (DSO) in relation to browser and html functionality (in particular the ability to declare a Java applet as a data source that can be used with any or the HTML tags that take the src="" attribute). I find ...
|
| Group | 17 Mar 2007 11:07 GMT | 1 |
how do i join this group of programmers
|