Search:

Type: Posts; User: shawon barua

Search: Search took 0.07 seconds.

  1. Re: modify the code

    import java.io.*;
    import java.awt.*;
    import java.awt.Color;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import javax.swing.JFrame;
    import java.awt.Panel;
    import...
  2. Re: want code

    /* In a class hierarchy, private members remain
    private to their class.

    This program contains an error and will not
    compile.
    */



    // Create a superclass.
  3. Re: mycode

    import java.util.Scanner;
    class DataOfRoom
    {
    float width;
    float height;
    float depth;
    float length;
    float radious;

    DataOfRoom(float width,float height,float depth)
  4. Java program that will contain balance of 3 customers

    i need a program code that will contain balance of 3 customer.the program will contain a class that has the following member

    Data member:1.account number
    2.name
    ...
  5. Replies
    3
    Views
    1,492

    Re: thanks

    Thanks .I am succesful to run first program.But for academic study it is important for me to know about static & it's use,restriction.Actually u have to give me idea with a code.wish ur reply soon.
  6. Replies
    3
    Views
    1,492

    Process to do better in Java prgramming

    I am a new java programmer.so i need help from you about the process that i can do better in java programming.Actually you have to show me the way.
Results 1 to 6 of 6