Search:

Type: Posts; User: user2205

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    3,498

    Multilevel inheritance of an abstract class

    Is it possible to inherit an ABSTRACT class at multilevel ??? Plz help, I tried but, compiler gives an error that child class is not abstract . . so on . . .
  2. hi all. .i want to send data from login page on server and wants to validate over ser

    hi all. . i want to send data from login page on server and wants to validate over server i.e authentication.
    how do i start . . . whether i choose http post or web services ???? please help!
  3. Replies
    5
    Views
    1,206

    Re: Simple interface example giving erors

    This is how i wrote again the code . . . but it got failed to execute correctly.


    interface Test
    {

    final int a;
    final int b;

    int compute(int a,int b);
  4. Replies
    5
    Views
    1,206

    Re: Simple interface example giving erors

    C:\Users\Pushpendra\Desktop\Project\Interface>javac Interfacedemo.java
    Interfacedemo.java:4: = expected
    final static int a,b;
    ^
    Interfacedemo.java:4: = expected
    ...
  5. Replies
    5
    Views
    1,206

    Simple interface example giving erors

    interface Test
    {

    final static int a,b;


    int compute(int a,int b);
Results 1 to 5 of 5