Forum: Java Aug 29th, 2008 |
| Replies: 2 Views: 809 if anyone has it.. please put here |
Forum: Java Aug 11th, 2008 |
| Replies: 4 Views: 2,552 what i want is this
lets say 2.44534
i want to get it to
2.44
any idea how.. please help me |
Forum: Java Aug 11th, 2008 |
| Replies: 13 Views: 1,168 try
{
<you code here>
}
catch (ArrayIndexOutOfBounds evt)
{
System.out.println(" Ur Message");
} |
Forum: Java Aug 11th, 2008 |
| Replies: 4 Views: 2,552 can anyone tell me how to round off the values.. |
Forum: Java Aug 9th, 2008 |
| Replies: 4 Views: 543 but i have put that two rite.. its there... :( |
Forum: Java Aug 9th, 2008 |
| Replies: 4 Views: 543 import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class hashedited extends Applet implements ItemListener
{
CheckboxGroup cbg;
//CheckboxGroup type1,type2;
... |
Forum: Java Aug 8th, 2008 |
| Replies: 1 Views: 419 hey
is anyone know how to change background color when you click a button.... please tell me. im creating a applet.. need sup |
Forum: Java Aug 5th, 2008 |
| Replies: 7 Views: 880 its like this
there are 10 different items in the machine.. and each one have 3 flavors.. and each flavor comes in two different sizes 10 oz and 16 oz. and there should be exactly 3 of each of the... |
Forum: Java Aug 4th, 2008 |
| Replies: 7 Views: 880 hi
we have to create a soda vending machine. so they asking a interface. i have designed the interface using netbeans. but i dont know hwo to code in there. if anyone can help me regarding this.... |
Forum: Java Aug 1st, 2008 |
| Replies: 4 Views: 587 The Lectuerer didnt started about Interfaces.. we have no idea when he gonna do it... meanwhile our project submission is on next week. so we have to start our project. |
Forum: Java Aug 1st, 2008 |
| Replies: 4 Views: 587 hi
well i just started learning java. and up to now we did exceptions and loops and most of the java concepts.. and i used J creator lite version. but in my project i have to make a interface. so... |
Forum: Java Jul 8th, 2008 |
| Replies: 3 Views: 2,455 when you use floating points and do the coding normally you get 4 decimal points. . but if i want to make it to 2 decimal points. how can the program should be. please help me out
here is the... |
Forum: Java Jun 30th, 2008 |
| Replies: 3 Views: 485 Here is my code
import java.io.*;
class Add
{
public static void main (String args[] ) throws IOException;
{
BufferedReader br=new BufferedReader( new InputStreamReader (System.in)); |