Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public class TradingSystem {
  2.  
  3. private static String category = "electronic trading system";
  4.  
  5. public static void main(String[] args) {
  6. TradingSystem system = null;
  7. System.out.println(system.category);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement