Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. "You are a field in my class. You will always be protected."
  2.  
  3. "Are you an exception? Let me catch you."
  4.  
  5. "You are my increment operator. You make my value increase."
  6.  
  7. "I think you're my compiler. My life wouldn't start without you."
  8.  
  9. "You are my initializer: without you, my life would point to nothing (null)."
  10.  
  11. "I am a BufferedReader. You input meaning into my life."
  12.  
  13. "You are my semicolon; always present in everything I do."
  14.  
  15. "You are the JDK (Java Development Kit) in my life. I won't compile without you."
  16.  
  17. "If I were a method, you must be my parameter, because I will always need you."
  18.  
  19. "Can you be my private variable? I want to be the only one with access to you."
  20.  
  21. "We are an aggregation of classes: one cannot exist without the other."
  22.  
  23. "public class YourWorld extends MyWorld"
  24.  
  25. "My love is a for loop without the increment operator-- infinitive, non-terminating, and dificult to stop once it starts running."
  26.  
  27. "Let me be the 'throws Exception' to your 'public static void main (String[] args)'. I will accept whatever you give me."
  28.  
  29. "[me != me]. [me += you]."
  30.  
  31. "You are my superclass: you define what I can do."
  32.  
  33. "You are the IDE of my life: I find it easier because of you."
  34.  
  35. "My main method is 'public love iLoveYou().' "
  36.  
  37. "I am the field attribute in your class: I can't exist unless you do."
  38.  
  39. "My love for you is a constant variable: unupdatable and unchangeable."
  40.  
  41. "Are you an applet? You make me feel all GUI (gooey) inside."
  42.  
  43. "You are my loop condition. I keep coming back to you."
  44.  
  45. "You are my method. I am nothing without you."
  46.  
  47. "Are you my driver? Because you make my life worthwhile."
  48.  
  49. "You are my API. I want to know everything about you."
  50.  
  51. "Can you be my ActionListener? That way you notice everything that I do."
  52.  
  53. "I am a boolean method whose love will always return true."
  54.  
  55. "Buti pa ang Strings, nag-mamatch."
  56.  
  57. "Buti pa ang data type, may value."
  58.  
  59. "Buti pa ang Swing components, may Listeners."
  60.  
  61. "String myHeart = "I Love You";
  62. String[] herWords = myHeart.split(" ");
  63. return null;"
  64.  
  65. "My love for you comes with no strings attached."
  66.  
  67. "Are you a double? The thought of you always floats inside my head."
  68.  
  69. "My love for you cannot be measured with an int, not with a long, and not even with an array. It is out of bounds and infinite.... "
  70.  
  71. "Di na tayo kailangang i-cast pa; magkatype na tayo, e..."
  72.  
  73. "Para kang IIS, crash (crush) kita!"
  74.  
  75. "Can I be the service pack to complement your life?"
  76.  
  77. "If I were a generic collection, I'd be strongly typed for you."
  78.  
  79. "You must be the latest version, because I've been checking you out."
  80.  
  81. "I have a small problem. I put an object in a Dictionary, but I lost the key! Can you come back to my place and help me look for it? "
  82.  
  83. "A TypeConverter just returned my heart, and it's ready to assign to you."
  84.  
  85. "Let's turn off option strict and do some late night binding."
  86.  
  87. "So, what's your hash code?"
  88.  
  89. "You can handle my event any time"
  90.  
  91. "I'd like to get Interlocked with you and see what increments."
  92.  
  93. "The moment I saw you I nearly overflowed my stack."
  94.  
  95. "You Auto-Complete Me."
Add Comment
Please, Sign In to add comment