Hello, Sign in or Join Our Community Help | Site Map
Connecting Tech Pros Worldwide

Java Forum

Java programming language (Sun Microsystems) - Ask questions about java programming, OOP, JRE, SDK, Swing, Plugins, Java Virtual Machine(JVM), Java Libraries: Collection, XML Processing, Security, JDBC, JNDI, RMI, COBRA, AWT (GUI) and more.
Views: 441 Announcement: Site Downtime Apologies
May 13th, 2008 msquared (Admin)
making an argument null
1 Reply | Posted by: Gangreen | Last post by Laharl, Today
Let's say I have something like: Object o; main{ o = new Object(); makeNull(o); system.out.println (o == null) // should be... more »
protected access in Object class
Post Reply? | Posted by: pjerald | Last post by pjerald, Today
Clear me friends. Object class is the base class for all classes. Thus the methods with protected access in the object class can be invoked by any... more »
how to retreive a & as a value from query string
6 Replies | Posted by: prisesh26 | Last post by nanaveraa, Today
hi, iam passing a name "sun & moon" in my query string as a parameter. but when i receive it through request.getParameter iam getting only sun. rest... more »
for loop question
4 Replies | Posted by: boomba | Last post by JosAH, Today
im trying to modify this code using a "for" loop to create 'numPlayers' players. That is, if the user types in 3 for 'numPlayers', then it should... more »
Eclipse vs. NetBeans
15 Replies | Posted by: Kid Programmer | Last post by Plater, Today
Hello guys. This is just an opinion. Which Java IDE should I use. Eclipse or NetBeans. I usually like to develop applications and create GUI... more »
Köll & Sam Classroom Blog
194 Replies | Posted by: Dököll | Last post by JosAH, Today
Hello Dudes and Dudettes! I am excited to announce I am embarking on a new Journey, JAVA baby. This is a new arena for me, hope I survive and able... more »
create toolbar
4 Replies | Posted by: Geethu03 | Last post by JosAH, Today
Hi I want to create a browser toolbar using java. Can anybody give the idea to create my own Toolbar. Advance thankyou for your... more »
Arrays
1 Reply | Posted by: phatcyndy | Last post by JosAH, Today
Hi how do i print array contents my code is as follows import java.util.*; public class Question1 { private intnumbers=new int; private int... more »
stapler class help
2 Replies | Posted by: javaLoser | Last post by JosAH, Today
ok so here is the scoop i need to design a stapler class the addStaples method takes one argument for the number of staples but the stapler should... more »
Adding 2 Number In Java
17 Replies | Posted by: LOVE4EVER | Last post by JosAH, Today
HI PPL I DID A SIMPLE PROGRAM THAT ADD 2 NUMBER BUT I AM HAVING PROBLEM IN ENTER THE NUMBER FROM THE USER import java.io.*; public class... more »
Need help in my code
4 Replies | Posted by: crystal2005 | Last post by JosAH, Today
Hi there, I need some help to correct my code. I would like to create a menu bar with the implementation of OO. So, i think i can edit and change it... more »
run time exception
2 Replies | Posted by: prisesh26 | Last post by JosAH, Today
hi, iam getting exception (for duplicate key )displayed when i do ps.executeUpdate(); i ll get this duplicate key exception rarely. but i... more »
Disk Reader Error
2 Replies | Posted by: Kid Programmer | Last post by Kid Programmer, Today
Hello guys. I started learning about how to read information from disks and things. I have a some code to start learning about it with. But when... more »
TagLib file
Post Reply? | Posted by: Gaurav Jhamb | Last post by Gaurav Jhamb, Today
I have this error. org.apache.jasper.JasperException: /file.jsp(15,0) No tag "someTagName" defined in tag library imported with prefix... more »
I need halp with extra credit--I have a bad grade in my CS class.
5 Replies | Posted by: MrHuggykins | Last post by sukatoa, Today
The task is: Read integer values from the keyboard until the value 99 is entered. Display an error message if it is not equal to 99. When 99 is... more »
Who can help in my assignment, please?
9 Replies | Posted by: dgtal01 | Last post by SiAnZ, Today
Hi every body I have assignment and i don't understand it If anyone have the solution for this assignment please help me I am sure I will find the... more »
J2ME-File Connection
1 Reply | Posted by: rpradeepa | Last post by JosAH, Today
I am using MIDlet code to connect to a notepad using FileConnection. i have stored the notepad Custmertxt.txt in CFCard folder. i am able to read... more »
Need Help with implementing an adjacency list representation in java
7 Replies | Posted by: thatos | Last post by JosAH, Yesterday
Here is the EdgeList class class Graph { protected int numvertices; protected int numedges; protected boolean directed; protected... more »
Urgent need help in Hibernate Configuration file
1 Reply | Posted by: ashi1290 | Last post by JosAH, Yesterday
I am getting this error..... Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at... more »
How to convert List to Set
1 Reply | Posted by: ashi1290 | Last post by JosAH, Yesterday
How can we convert List to Set more »
elif
2 Replies | Posted by: Kid Programmer | Last post by Kid Programmer, Yesterday
Hello guys. I was wondering if you could use a thing in python in java. That is an elif statement. It is saying else if. It will execute a block... more »
Java API Download
6 Replies | Posted by: Kid Programmer | Last post by Kid Programmer, Yesterday
Hello guys. Does anyone know where I can download the Java API. Thanks :-) more »
Need java code for below problem.
3 Replies | Posted by: anilreddypalla | Last post by BigDaddyLH, Yesterday
PROBLEM use Java to write and debug a small application that provide support for managing waiting lists.A waiting list consists of a NAME and an... more »
Button help now?
1 Reply | Posted by: SpecialKay | Last post by JosAH, Yesterday
Sorry, as i said im a noob. I have a button group private ButtonGroup buttonGroup = new ButtonGroup(); buttonGroup.add(squareButton); ... more »
Constructor Help!
3 Replies | Posted by: SpecialKay | Last post by SpecialKay, 3 days ago
I have a shape SquareEx that extends Shape Square. public class SquareEx extends Square { private Color Shadow = Color.RED; ... more »

Top Java Forum Contributors