Is string serializable in java?
No Answer is Posted For this Question
Be the First to Post Answer
can two class in a code be public??if yes then how??
what is ejb? what is the importance of ejb?
What are recursive functions? Give some examples?
0 Answers Axtria, ITC Indian Tobacco Company,
How to sort an array in java without using sort method?
What is "this" keyword in java? Explain
how many access specifiers are available in java
What do you know about the garbage collector?
Why parameters should be passed by reference?
Does isempty check for null?
Can we overload the constructors?
What is qms certification?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }