0 votes
in JAVA by
How to declare a string array in java?

1 Answer

0 votes
by

How to declare a string array in java?

String[] array = new String[] {"a", "b"};

🔗Reference : stackoverflow.com

🔗Source: Java Interview Questions and Answers

🔗Reference: Javatpoint.com

...