{"id":642,"date":"2012-09-06T02:02:55","date_gmt":"2012-09-06T02:02:55","guid":{"rendered":"http:\/\/codeatelier.wordpress.com\/?p=284"},"modified":"2012-09-06T02:02:55","modified_gmt":"2012-09-06T02:02:55","slug":"variables-in-java","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/variables-in-java\/","title":{"rendered":"Variables in Java"},"content":{"rendered":"<p><strong>Default value of variable <\/strong><\/p>\n<pre>\npackage com.scjp.test;\n\nclass Sample3\n{\n  int Size;\n\n  public static void main(String args[])\n  {\n    Sample3 objSample3 =  new Sample3();\n  }\n\t\n  Sample3()\n  {\n    System.out.println(Size);\n  }\n}\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Default value of variable package com.scjp.test; class Sample3 { int Size; public static void main(String args[]) { Sample3 objSample3 = new Sample3(); } Sample3() { System.out.println(Size); } }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[172],"tags":[],"class_list":["post-642","post","type-post","status-publish","format-standard","hentry","category-variables"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/642","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=642"}],"version-history":[{"count":0,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/642\/revisions"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}