| Thread | Last Post | Replies |
|
| Any way to restrict class variables only to some methods? | 28 Oct 2006 13:36 GMT | 4 |
I have a huge class, which has about 30 class variables. And the class has many methods. Each method doesn't need all the 30 class variables, only need a subset of them. In another word, say the 30 class variables can be grouped into 6 groups (say group A, group B, .., group F).
|
| datastructure performance | 28 Oct 2006 12:15 GMT | 4 |
well i need to know something about how java data structures affects performance i need to deal with a huge Vector of element and each element is another big Vector , someone have advised me to use array of vectors
|
| mozilla and firefox problem - JSP | 28 Oct 2006 11:50 GMT | 3 |
I have made a web application with JSPs. It seems to work fine with IE. However, with Mozilla and Firefox, it displays the HTML source generated by JSP instead of actually showing the HTML page for that source.
|
| Senior Java Software Engineer Position (Ann Arbor, MI) Perm | 28 Oct 2006 09:41 GMT | 1 |
Senior Java Software Engineer Positions : Permanent Location Ann Arbor, MI. Position Summary
|
| 3D & web application ? | 28 Oct 2006 09:02 GMT | 10 |
I was thinking about lerning web application through the creating the site which will enable the users to upload, download and viewing the 3D models created in 3DStudio, Maya etc. What do you think about idea ? Does make sense ? Does something like that exist? Will viewing (zooming, ...
|
| How to dictate the runtime class library order in WSAD? | 28 Oct 2006 08:34 GMT | 2 |
I am working in a J2EE project and am using WSAD as the IDE. Being driven by some strange curiosity, i brought the source java.lang.Object.java in my local, gave some SOPs and compiled it successfully. But while running the project after starting the server,
|
| Deque question | 28 Oct 2006 08:24 GMT | 8 |
Java ArrayDeque is an Deque implementation over an array. However if the array is gull it expands it, otherwise wraps the head and tail. That is what I want. However as it is an implementation over an array, I expect an random
|
| applet codebase, archive and forName | 28 Oct 2006 06:35 GMT | 7 |
I'm having issues to make my applet running correctly ! Situation: I have one html page with an applet tag to run an applet called "Monitor" (Monitor.class). This class is in the same directory on the server, so i don't have any problem with, it loads.
|
| How to get a copy of image when mouse clicked is performed on image in JSP | 28 Oct 2006 06:04 GMT | 1 |
This is raju. I need a code for getting a copy of image when mouse clicked is performed on that image in java script and i want to get number of images corresponding to number of mouse clicks performed on that image
|
| javax.imageIO error... | 28 Oct 2006 03:39 GMT | 4 |
Hey guys, So in my applicationI'm trying to use the javax.imageio.ImageIO class in order to read images from a location into a BufferedImage object ...so something like this...
|
| abstract class and reflection | 28 Oct 2006 03:30 GMT | 1 |
Is it possible to find out if a class is abstract (or uninstantiable) via Java reflection? Thanks
|
| different behaviour of operators | 28 Oct 2006 02:18 GMT | 2 |
Here's the code public class Main { public static void main (String[] args)
|
| Recursive Function not working right | 28 Oct 2006 01:34 GMT | 6 |
> Hello anyone that can help. This program is suppposed to be written > with a recursive method and i'm having problems understanding how to do > this. These are the instructions |
| How to retrieve deep system info? | 28 Oct 2006 01:32 GMT | 1 |
Hi, How can i retrieve deep system info such as memory installed in my pc, cpu model(HW info) and SW info such as programs installed in my machine? Exits a java lib can perform this o part of these tasks?
|
| Problems with exec() | 27 Oct 2006 23:03 GMT | 6 |
I'm writing a Java GUI for the text parsing program called "Apple Pie Parser", the program was written in Unix C and have an executable file (console) for windows. My program's being written in Windows, so I tried to called the Runtime exec() method to get that .exe file to run
|