fork(4) download
  1. import java.util.*;
  2. import java.lang.*;
  3. import java.io.*;
  4. import java.net.*;
  5.  
  6. class Ideone
  7. {
  8. public static void main (String[] args) throws java.lang.Exception
  9. {
  10. URL aURL = new URL("http://w...content-available-to-author-only...e.com/page/support/28685875?JK.kj_id=");
  11. String str = aURL.getPath().substring(aURL.getPath().lastIndexOf("/")+1);
  12. System.out.println(str);
  13.  
  14. }
  15. }
Success #stdin #stdout 0.11s 320576KB
stdin
Standard input is empty
stdout
28685875