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

Related questions

0 votes
asked Oct 18, 2020 in JAVA by sharadyadav1986
0 votes
asked Mar 16, 2021 in JAVA by Robindeniel
...