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 / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
rmi lookup name can't use hostname?17 Mar 2006 12:18 GMT2
Hello,All.
  I can get the rmi remote object by below code:
    String name = "rmi://192.168.1.248/RMIExport";
    RMIExportRemote remote = (RMIExportRemote) Naming.lookup(name);
Downcasting problem17 Mar 2006 11:57 GMT4
I have below example. It compiles fine but gives classcast exception at
run
time. Just curious why Java prohibit down casting.
public class C {
ServletConfig config object to Servlet's init() method17 Mar 2006 11:49 GMT5
       I would like to know the use of the 'config' object passed to
the init() method of the Servlet.Can any one mail me the example that
signifies the importance of that 'config' object.
Further, If i'm not wrong the init() method is invoked by the servlet
Connecting to FTP from Java17 Mar 2006 06:11 GMT7
I have a problem.
I want to connect to an ftp site from Java.
My problem is that my password has !, @ and # characters.
So, if I construct the url as ftp://user:pass@www.domain.com/file.txt
GUI Software Programs17 Mar 2006 05:21 GMT2
I have to create a series of GUI Interfaces and don't have much
experience working with them.  Is there any free software programs that
allow you to create interfaces by dragging textboxes and comboboxes
onto the screen and automatically generates the code. Or can anyone
oro regular expression17 Mar 2006 05:14 GMT4
I want an expression that will allow a decimal number or a specific
string. For example, I want the following to be valid:
.1
1
ideas or work plzzz17 Mar 2006 03:30 GMT23
           i am planning to do a project on web personalisation
through data mining .That is the web pages that redesign themselves for
the taste of the user( optimistically).   If ur website falls within
this domain ur website could be built for free (for some bucks would be
creating a png file from an array17 Mar 2006 03:03 GMT1
I want to encode a message behind a png file I have a message who's
ascii values are raken in RGB form to create a png file Can anybody
help me how to get started with?
thanx for any syggestions
What produces best thumbnails programmaticly17 Mar 2006 02:16 GMT4
Good evening,
Windows 2000, JDK 1.5.
What opinions do people have on what way and tool programmaticly produces
the best quality thumbnails from larger images?
How to define a Windows directory in ProcessBuilder directory() method?16 Mar 2006 23:50 GMT2
I'm very new to Java, so please excuse me if the quesions are too
trivial.
I want to invoke a process with the following:
------
ant - tstamp with absolute timezone not relative16 Mar 2006 23:30 GMT5
how can I get a time stamp for a particular time zone.
I do not want to use offset because that will only give me a tz
relative to the tz of my build machine.
thanks
Implimenting Interfaces16 Mar 2006 21:14 GMT4
I am very new to Java programming, just learning in fact. Now doing
inheritance of classes and interfaces but need to know:
is it possible for an interface to impliment another interface.
I know a class can impliment any number of interfaces.
Dirty dispose?16 Mar 2006 20:54 GMT4
I defined a JDialog class ConnectionChooser from which the user can select a
database connection. Invocation should be similar to
JFileChooser.showOpenDialog(). Thus my class contains the following method
which works fine:
pair.class revised16 Mar 2006 20:12 GMT2
A while back I posted what I used as pair
http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/13423
6ac41f456e4/bdde06bb1f053619?q=pair&rnum=1#bdde06bb1f053619

I had some concerns about the code, which a revision has eliminated.
By making pair immutable ...
Hibernate Session Question16 Mar 2006 20:10 GMT1
Does "session.ExecuteUpdate()" immediately hit the database or it waits
until we say session.flush()?
Thanks.
 
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.