Search:

Type: Posts; User: Appu14

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,319

    FileOutputstreams

    hello everyone !
    Can u help me in finding the error in this line

    System.out.println("\n Still Available: +"f.available());

    I am mainly getting 3 main errors in this line

    1)')' expected...
  2. Replies
    4
    Views
    1,159

    Re: Java basic Example

    can u help me in writing the code for this ?
  3. Replies
    4
    Views
    1,159

    Java basic Example

    <code=java>

    i m giving again a very simple code of odd or even . I want that user should give the value of x and thereafter ,it is checked whether odd or even.

    class oddoreven
    {
    public...
  4. Replies
    1
    Views
    1,871

    call by value and call by reference

    //Code=java//

    Here is the code of call by value and call by reference


    class test
    {
    void meth (int a,int b)
    {
    a*=2;
  5. Replies
    9
    Views
    1,583

    if....else statement

    hi ,everyone . I am again presenting a simple code in which the line system.out .println has some errors. The code is

    class ifelsetest
    {
    public static void main(string args[])
    {
    int number...
  6. Replies
    4
    Views
    4,559

    [SOLVED] Re: actual and formal lists differ in length

    Thanks a lot . My problem is solved . Thanks
  7. Replies
    4
    Views
    4,559

    [SOLVED] actual and formal lists differ in length

    Hi everyone . I am Aparna , a student of MCA. I am giving u the following code in which i m getting the error
    no suitable method found for println(String,int)
    method printstream.println(object...
Results 1 to 7 of 7