What class allows you to read objects directly from a stream?
No Answer is Posted For this Question
Be the First to Post Answer
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What is bom encoding?
What is extension method in java?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
what is thread? : Java thread
Which number is denoted by leading 0x or 0x in java?
Where can I find data structures question and answers with comprehensive working code written in Java
What are anonymous inner classes?
How to make a class or a bean serializable?
What is the full name of java?