Search:

Type: Posts; User: abhishekraok2003

Search: Search took 0.18 seconds.

  1. Replies
    2
    Views
    2,083

    Re: Can anyone ans this.........

    It is no where written explicitly that a program in a loop cannot be annotated.....
  2. Which interface gives more control on serialization of an object?

    Which interface gives more control on serialization of an object?

    a) Java.io.persistable
    b) Java.io.Externalizable
    c) Java.io.serializable
    d) All
  3. Replies
    2
    Views
    2,083

    Java annotation

    What is not true about annotation?


    a) @deprecated is a marker annotation
    b) Annotations precede other modifiers
    c) Use of annotations avoid unnecessary use of marker interface
    d) A program...
  4. If 50 classes access is public and 20 classes default then what is the number of . java files?

    50 classes access is public and 20 classes default… what is the number of . java files……

    the answers are
    1)20
    2)70
    3)51
    4)50
Results 1 to 4 of 4