Answer Posted / sunil
yes
Example : int i[][] = {(3,4),(5,8)};
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is ststic with example
What are the differences between string, stringbuffer and stringbuilder?
Which language is java?
Explain polymorphism citing an example.
What is the different between get and post?
What is meant by inheritance and what are its advantages?
what state does a thread enter when it terminates its processing? : Java thread
What is meant by collection in java?
What things should be kept in mind while creating your own exceptions in java?
Is java util regex pattern thread safe?
Can we define private and protected modifiers for variables in interfaces?
How do constructors use this() and super()?
What is cr keyboard?
What is the Concept of Encapsulation in OOPS
What does @override mean?