{"id":2110,"date":"2017-03-29T15:52:10","date_gmt":"2017-03-29T15:52:10","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=2110"},"modified":"2017-03-29T15:52:10","modified_gmt":"2017-03-29T15:52:10","slug":"system-out-println","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/system-out-println\/","title":{"rendered":"System.out.println"},"content":{"rendered":"<p>System is a class, that has a public static field out. So it&#8217;s more like<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\nclass System \r\n{\r\n    public static PrintStream out;\r\n}\r\n\r\nclass PrintStream\r\n{\r\n    public void println ...\r\n}\r\n<\/pre>\n<p>This is a slight oversimplification, as the PrintStream class is actually in the java.io package, but it&#8217;s good enough to show the relationship of stuff.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>System is a class, that has a public static field out. So it&#8217;s more like class System { public static PrintStream out; } class PrintStream { public void println &#8230; } This is a slight oversimplification, as the PrintStream class is actually in the java.io package, but it&#8217;s good enough to show the relationship of&hellip; <a href=\"https:\/\/codethataint.com\/blog\/system-out-println\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[193],"tags":[],"class_list":["post-2110","post","type-post","status-publish","format-standard","hentry","category-interview-questions-java"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=2110"}],"version-history":[{"count":1,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2110\/revisions"}],"predecessor-version":[{"id":2111,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/2110\/revisions\/2111"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=2110"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=2110"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=2110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}