Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Unchecked cast warning?01 Nov 2006 23:59 GMT4
I'm trying to read a Hashtable from an ObjectInputStream and getting an
Unchecked cast warning in the compiler.
Hashtable<Integer,String[]> table =
 (Hashtable<Integer,String[]>)ois.readObject();
remnants of deleted component still displayed on screen.01 Nov 2006 20:17 GMT3
I cant for the life of me figure this out.
I have a JPanel inside a JScrollbar inside another JPanel inside a
JPanel inside another JScrollBar inside an extended JDialogBox.
I have code to remove an element from the innermost JPanel.  I then
Including javascript source in Portlets01 Nov 2006 19:28 GMT3
I want to display a page (say home.html) through a portlet using
PortletRequestDispatcher.
The page has a lot of javascript which is there in a file say abc.js
I've included the following snippet in my static page(home.html):
Java web hosting01 Nov 2006 17:30 GMT1
I'm looking for a good hosting service for my Java servlet based
non-commercial page. My servlets require backend access to historic
stock quotes for computational purposes. (I'm using
ichart.finance.yahoo.com to gather a csv right now). GoDaddy's security
How to prevent sun.reflect.GeneratedSerializationConstructorAccessor from being unloaded at full gc01 Nov 2006 17:17 GMT1
Experts,
in an application I'm using serialization of big data structures. For
deserialization purpose, the VM seems to generate and load classes (see
subject), which takes it some 100 milliseconds. Unfortunately, when a
Game programming API compatible with BlueJ01 Nov 2006 15:54 GMT1
I'd like to put together a simple game in BlueJ, but
basically all of the examples on the net use J2ME.
(javax.microedition.lcdui.game)
To the best of my research, BlueJ and J2ME are
please explain this simple construct01 Nov 2006 14:55 GMT10
my instructor likes to use this construct in class but never really
explained why/how it works:
while (true)
{
label  question01 Nov 2006 14:54 GMT1
code-1:
-------------
one:
for(int k=0;k<3;k++)
parse a textfile containing japanese characters01 Nov 2006 13:58 GMT6
I am working java , i ve to parse a text file containing japanese
characters
can anybody help me
Thanks&Regards
Why Java's math expression (power) is so inconvenient and error prone?01 Nov 2006 13:48 GMT8
My program need a lot of calculation of power. In many programming
languages,
2**3 = 8; //or
2^3 = 8;
read huge text file from end01 Nov 2006 13:46 GMT5
I have very large text files and I am only interested in the last 200
lines in each file. How can I read a huge text file line by line from
the end, something line the "tail" command in Unix?
Thanks,
Own implementation of an interface01 Nov 2006 11:59 GMT4
Firstly i'd like to thank you for reading this and offer my appreciation
 for replies in advance.
I've recently been writing a program which implements a user-defined API
(Robocode to be exact). I, however, need to create my own implementation
using mfc serialized content in java01 Nov 2006 09:31 GMT2
I am building a Java project, which has to handle data files from the
previous version (which happen to be MFC serialized objects). Is there
a convenient way to use MFC serialized binary objects in Java? I am
aware that MFC source code is available as part of the VC distribution,
read session timeout from web.xml01 Nov 2006 08:35 GMT3
How can I obtain the timeout value I set
 <session-config>
   <session-timeout>2</session-timeout>
 </session-config>
Start Java Application as Superuser01 Nov 2006 05:10 GMT1
I'm working on a software project in Germany and have several problems
on launching a Java application.
Due to security matters the user logged on the Operating System (here
WinXP Professional) has reduced read and write right on the application
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.