Can we declare array without size in java?
Answer / Neeraj Chaudhary
Yes, you can declare an array without specifying its size by using the 'new' keyword followed by the array type and a set of empty square brackets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is compareto?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What is meant by object oriented programming – oop?
What do you understand by copy constructor in java?
What is function and method in java?
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
How is the marker interface used in Java?
can any body body expalin best definitions & best real time exaples for opps concepts.
Why is stringbuffer called mutable?
Can we change the value of static variable?
Is sizeof a keyword in java programming?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?