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 / December 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
get the value of oracle function19 Dec 2005 16:39 GMT2
Hi ...
I am writing an application using jbuilderx and oracle9i, i wrote a
function in oracle using pl/sql that returns a number, and i tested it
in oracle sql and everything is ok and it returns a value.
Memory Collect leads to more memory usage?19 Dec 2005 16:36 GMT7
In my program, the user has an option (a menu item) to issue the memory
collect, which calls a function like:
   Runtime rt = Runtime.getRuntime();
   rt.gc();
buffers19 Dec 2005 16:27 GMT6
what is the default buffersize of a bufferclass?
thanks in advance
generics19 Dec 2005 16:25 GMT5
I have an attribute:
List<ConcreteType> attr;
but want to return it as an interface type:
public List<IntfType> getMyTypes();
Runtime.exec() String length19 Dec 2005 14:18 GMT6
Does anyone know if there is a maximum length the String variable can
be in a Runtime.exec( ) command, (as in like maximum characters)?  I've
searched through the API documentation, haven't found anything.
Reason for asking is I don't want the command String to be cut off
garbage collector19 Dec 2005 13:42 GMT7
Why there is no guarentee for System.gc() method will perform garbage
collection for a particular time?
simple code advice for Client server array transfer19 Dec 2005 13:01 GMT10
i'm beginning to get familiar with the network side of java, and as a quick
test platform for a project i wanted to send an array of bytes from the
client to a server. The server then responds with a string to say that the
array has been received correctly.
how do I make Class.forName("Integer") returning java.lang.Integer ?19 Dec 2005 11:22 GMT22
How do I make Class.forName("Integer") returning java.lang.Integer?
To be more general:
1. How do I make Class.forName searching in some packages?
2. Can I make Class.forName respecting the import statements of the
programming in eclipse.... need help19 Dec 2005 09:53 GMT3
I just installed Eclipse  3.1, set up the project, etc. Every time I
click on a class, method, variable, it gets colored/shaded with yellow.
That is annoying, and I don't know how to get rid of it. Please help.
Thanks.
How to perform cleanup for javax.sql.DataSource, like we do for java.sql.Connection19 Dec 2005 08:54 GMT2
I am using a weblogic server. I am trying to get a connection from a
DataSource using following code.
I am not sure if I should do anything with the DataSource as part of
cleanup. There is no close method for DataSource, nor any other method
Sweet!  I found a worthwhile game engine!19 Dec 2005 07:37 GMT4
Hey - I asked previously (it was a long time ago) about a good free game
engine for Java.
I finally found one that does everything I need, and it's not slow at all.
As a test I put 10000 moving animated sprites on a page - the FPS dropped,
Dynamic line number in debug info19 Dec 2005 06:14 GMT2
I want to print out debug message with the acutal line number of the
source file, such as:
789 Logger.debug("hello, world!", 789);
But when the source is changed, the line of debugging print moves upper
static class19 Dec 2005 01:07 GMT4
what is meant by static class?
how do u define it?
where will we use it?
thanks alot in advance
array list19 Dec 2005 01:01 GMT2
how we can write our own arraylist without using collection?
thanks in advance
Modeling, Tracking life of a busines requirement19 Dec 2005 00:54 GMT3
I wanted to extend an invitation to all members of this group for two
webcasts that I will be conducting next week, in addition, please feel
free to invite your friends and coworkers to these sessions by
forwarding the text and link given below. Details of the Web Casts are
 
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.