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 / First Aid / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need tool that finds all types of a certain scope...02 Sep 2005 18:17 GMT10
For example, a tool where I can say "Show me all public statics" or
"show me all private methods returning voids" etc.
Eclipse doesn't seem to have a complete set of searches for that kind
of thing, so I'm looking elsewhere.
Good books for a complete beginner!02 Sep 2005 18:13 GMT22
Could anyone tell me some good books to learn Java with for a complete
beginner to programming? I have never typed a line of code in my life!
Thanks!
how to call subclass method from extended class02 Sep 2005 16:33 GMT7
Hey all,
Can someone help w/ the following question in the comments below?
---
public class Element { ... }
== and obj.equals02 Sep 2005 10:03 GMT5
All instances of self declared classes are inherited from Class Object,
which includes a method equals.
Let say,
Class selfClass{
how does thread pass back data?02 Sep 2005 02:29 GMT3
I've had to drop a thread to build an ArrayList that has about 20,000
items for this one test case (can always be larger or smaller). I did
this so my GUI wouldn't freeze while this thread was processing data.
My problem is that once the thread finished processing it's data, I'd
jakarta-cactus eclipse integration02 Sep 2005 00:47 GMT1
Javanese:
This ...
http://jakarta.apache.org/cactus/integration/eclipse/development.html
... sez Import the Webapp plugin by clicking on "File | Import ...". Then
Help in static final01 Sep 2005 17:21 GMT2
   I have a simple query in core java. we have final varible in java.
and final variable means we can't change after assigning a value to the
varible and when it is final we have to go for staic final always. is
only class and object access to the varible is diff or any other
multi-line strings01 Sep 2005 17:19 GMT5
in java, is there a way to have multi-line strings as in c
"line 1\
line2"
i know one can do "line1" + "line2"...
Help with concurrency?01 Sep 2005 10:17 GMT2
I have a single large file of disk data that I need to process.  A number of
bytes are read into a buffered stream.  The buffer is processed and written
out to a new file.  The process generates several files which are post
processed.  Order does not matter.
how to set iterator to specific index?01 Sep 2005 04:29 GMT5
How do I continue searching a HashMap where my previous search left
off. For example, I have this method which searches, say, 10 elements
into a HashMap ...
public void search() {
Does GC kill instances of class Class?01 Sep 2005 01:46 GMT3
If a class has no instances, does garbage collection label the
corresponding instance of Class as "garbage" and collect it?
If it does, and that Class has static data, then wouldn't the static
data be lost if the Class instance is collected?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 August, 2005
 
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.