Search:

Type: Posts; User: AJAXx195

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    3,516

    How to insert date in database

    HI Everybody,
    I'm creating registration form but getting problem, need your help guys.
    I've create table in MS SQL in that birthdate column data type i'd given datetime.
    While inserting data in...
  2. Replies
    6
    Views
    1,619

    Re: 2D Ball Animation

    Dude what is your exact question ???
    Is ball not jumping back to its initial height is your question then answer is program is design to make the ball stationary slowly slowly after every collision...
  3. Re: How do I debug my Java applets to see what's going wrong?

    What kind of Error you get ??????????????

    One is System.out.println();
    It can be used in many way at various places......
  4. How to find collision between balls in Applet animation

    I'm trying to create a animation in which a bomb falls down and there is three balloon moving from left to right.
    I want to know how would i come to know bomb hit ball.
    I've tried to locate by...
  5. Thread: For Loops

    by AJAXx195
    Replies
    3
    Views
    1,516

    Re: For Loops

    Read books to learn how to use "for loop".....

    Try to manipulate your answer on book.
    Like i=0;i<power;i++
    Calculating :- answer=number*power; suppose number is 2 and power is 5
    for loop...
  6. Replies
    4
    Views
    2,076

    Re: Constructor/Accessors/methods problem!!

    Why you making speed zero.

    Here is how you should call your methods
    MainClass to call your car Class

    public class MainClass {

    public static void main(String[] args) {

    car cc=new...
  7. Replies
    11
    Views
    1,608

    Re: New to Java I am a bit puzzled with my code

    Here is your Code============>

    (spoonfeeding removed by KevinWorkman)
  8. Re: Please help! Nested while loops and asterisk triangles!

    Check this !!!!!!!!!!!!!!!!!!!!!!!!!

    (spoonfeeding removed by KevinWorkman)
  9. Replies
    9
    Views
    5,870

    Re: What is wrong with my code? JAVA-Eclipse

    Dude,
    You trying to create instance of class that don't exits thatsy it showing error.
    Dice dice1 = new Dice();
    Dice dice2 = new Dice();
    There is no Dice class present .....think about it then...
Results 1 to 9 of 9