fork download
  1. public class Main
  2. {
  3. public static void main(String[]args)
  4. {
  5. String s="getInterfaceBounds-client.ry";
  6. String[] arr = s.split("\\.");
  7. for(String str : arr)
  8. {
  9. System.out.println(str);
  10. }
  11. }
  12. }
Success #stdin #stdout 0.02s 245632KB
stdin
Standard input is empty
stdout
getInterfaceBounds-client
ry