Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
regexp
:
Content language: English
Русский
Regular expressions
regexp
What will be the output of following program, if compiled and run using below command: java Split1 a1+b3-c5=4x [12345][+-=] public class Split1 { public static void main(String[] args){ System.out.println((args[0].split(args[1])).length); } }
regexp
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes