DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Java Questions[1]

SCJP MOCK QUESTIONS SCJP 1.4 Mock Exam -1 Q1)What will be the output? public class Test1{ public static void main(String[] args){ int arr[] = new int[3]; for(int i = 0;i…

Documents It is possible to declare names for object references and not assign object references to them. ...

Slide 1 Slide 2  It is possible to declare names for object references and not assign object references to them.  Such names literally refer to nothing at all. …

Documents Serializare Slide

Serializarea obiectelor • Ce este serializarea ? • Serializarea tipurilor primitive • Serializarea obiectelor • ObjectInputStream ObjectOutputStream • Interfata…