how we can make a write-only class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain JMS in detail.
Is simpledateformat safe to use in the multithreaded program?
Explain about global variables in Java?
Howmany classes that package java.applet.* contains?
Define how destructors are defined in java?
what is object slice?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
What is arraylist e in java?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What do you know about the garbate collector?
What is derived datatype?
what is the default value of a variable char?(If not assigned)