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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
IDEA: Nested Packages in Java10 Oct 2005 08:19 GMT3
I have written an article explaining a
flaw in the design of Java packages
and a design pattern that gets
around this limitation...
Binomial Simulation10 Oct 2005 07:01 GMT16
I'm taking a class in Evolutionary Computation.  I just turned in an
assignment that implements a simple genetic algorithm based on bit
strings.  For mutation I simply check each bit in the population and
flip it with some constant probability.  For a population of 10,000
Whay aren't Strings Iterable?10 Oct 2005 04:52 GMT13
Anyone know why String in Java 1.5 does not implement
the Iterable<Character> interface? It seems reasonable
to write
   String text = "Hello, World";
how can i write the java program with wildcard like "%" "_"10 Oct 2005 01:14 GMT3
I would like to write a java program with user input string with
regular express like "%" and "-" and query it in SQL.
How can i write the program with string support that kinds of wildcard?
Thanks
XMLEncoder oddity10 Oct 2005 00:47 GMT16
Here is a test class Foo:
import java.io.*;
public class Foo implements Serializable{
 private final static String  _VALUE = "value";
NullPointerException09 Oct 2005 18:47 GMT18
Ive got a Swing application that sometimes gives this error below.
Ive tried to catch this error from EventDispatchThread but gave up. Dont
know an easy way to do it.Even if I did I might only get the same exception
info as is shown below perhaps.
arrays09 Oct 2005 18:31 GMT10
how do i create data storage for an array of integers, and for an
integer variable size
-Prompts the user for the size of array they want (number of elements)
-Instantiates the array to have the number of elements the user
Java Language Specification - Generics09 Oct 2005 16:16 GMT6
In section 4.5 of the Java Language Specification, there is such a
paragraph:
[quote]
A parameterized type consists of a class or interface name C and an
Read literal escape character from a file09 Oct 2005 14:16 GMT4
Does a class exist which will read escape character from a file and
convert them, as I have file which contains escape characters escaped.
e.g
...Objectives\n\t1.draw\n\t2.final\n
Is java open source?09 Oct 2005 14:13 GMT11
Hi, im doing a project on open source and one of my questions ins based
on java:
Is Java open source? Explain why or why not.
Im having a hard time locating any information that can help me with
Best way to write text content from servlet09 Oct 2005 09:42 GMT1
Just curious to what is the best performing way of writing dynamic content
out. Is it :
-build content in a string buffer
-out.println(stringbuffer.toString())
Which design pattern should I use?09 Oct 2005 08:47 GMT2
I am about to start constructing class diagrams for this system:
http://groups.google.co.uk/group/comp.lang.java.programmer/browse_thread/thread/
b1f3c010ccbad521/934e027c6c71e05e?lnk=st&rnum=1&hl=en#934e027c6c71e05e

or
http://tinyurl.com/7bztt
log4j, tomcat and multiple webapps09 Oct 2005 08:42 GMT2
I have a number of different webapps deployed which are all logging to the
same log file, depending on which one is started first and how the server
is feeling at the time.
The log4j.properties files start with a line of the format:
How Do I Detect if the User has pressed the ENTER key???09 Oct 2005 05:49 GMT3
Hi, this is my first java class..and I'm writing a program in which i
need to allow the user to "continue by pressing the enter key, or q to
quit"...how to I check if the user has entered the enter key?
Code:
Calling java from c++09 Oct 2005 05:48 GMT9
Dear programmers,
I would like to know how to call java from c++. i am using JNI just for
doing the invers (calling c++ from java), but now I am quite lost.
I would like to use something like:
 
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.