{"id":27253,"date":"2021-05-15T11:16:19","date_gmt":"2021-05-15T15:16:19","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/articletitle-programming-code-examples-categoryname-subcategoryname\/"},"modified":"2021-05-15T11:16:19","modified_gmt":"2021-05-15T15:16:19","slug":"articletitle-programming-code-examples-categoryname-subcategoryname","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=27253","title":{"rendered":"articleTitle #Programming Code Examples #CategoryName #SubCategoryName"},"content":{"rendered":"<p>articleLongDescription<\/p>\n<p>Note: This article is brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/. The author can be Sayed Ahmed or Can be Just Posted by Rafiq (for the most cases) (Jan 1st, 2017) From: http:\/\/sitestree.com\/?p=10172<br \/> Categories:Programming Code Examples, CategoryName, SubCategoryName<br \/>Tags:CategoryNameSubCategoryName<br \/> Post Data:2017-01-02 15:53:09<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>articleLongDescription Note: This article is brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/. The author can be Sayed Ahmed or Can be Just Posted by Rafiq (for the most cases) (Jan 1st, 2017) From: http:\/\/sitestree.com\/?p=10172 Categories:Programming Code Examples, CategoryName, SubCategoryNameTags:CategoryNameSubCategoryName Post Data:2017-01-02 15:53:09 Shop Online: https:\/\/www.ShopForSoul.com\/ (Big Data, Cloud, Security, Machine Learning): Courses: http:\/\/Training.SitesTree.com In Bengali: http:\/\/Bangla.SaLearningSchool.com &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=27253\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-27253","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":26497,"url":"http:\/\/bangla.sitestree.com\/?p=26497","url_meta":{"origin":27253,"position":0},"title":"Javascript : Miscellaneous Code #Programming Code Examples #Javascript #JavaScript","author":"Author-Check- Article-or-Video","date":"April 26, 2021","format":false,"excerpt":"var browser=navigator.appName; var b_version=navigator.appVersion; Note: Brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/ on Jan 2nd, 2017 From: http:\/\/sitestree.com\/?p=10180 Categories:Programming Code Examples, Javascript, JavaScriptTags:JavascriptJavaScript Post Data:2017-01-02 16:04:23 Shop Online: https:\/\/www.ShopForSoul.com\/ (Big Data, Cloud, Security, Machine Learning): Courses: http:\/\/Training.SitesTree.com In Bengali: http:\/\/Bangla.SaLearningSchool.com http:\/\/SitesTree.com 8112223 Canada Inc.\/JustEtc: http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) Shop Online: https:\/\/www.ShopForSoul.com\/ Medium:\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26581,"url":"http:\/\/bangla.sitestree.com\/?p=26581","url_meta":{"origin":27253,"position":1},"title":"Statics.java Demonstrates static and non-static methods. #Programming Code Examples #Java\/J2EE\/J2ME #Object Oriented Programming","author":"Author-Check- Article-or-Video","date":"April 29, 2021","format":false,"excerpt":"*\/ public class Statics { public static void main(String[] args) { staticMethod(); Statics s1 = new Statics(); s1.regularMethod(); } public static void staticMethod() { System.out.println(\"This is a static method.\"); } public void regularMethod() { System.out.println(\"This is a regular method.\"); } } Note: Brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/ on Jan\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26986,"url":"http:\/\/bangla.sitestree.com\/?p=26986","url_meta":{"origin":27253,"position":2},"title":"Basic Hello World application #Programming Code Examples #Java\/J2EE\/J2ME #Basic Java","author":"Author-Check- Article-or-Video","date":"May 7, 2021","format":false,"excerpt":"******************* HelloWorld.java Basic Hello World application. ******************* *\/ public class HelloWorld { public static void main(String[] args) { System.out.println(\"Hello, world.\"); } } \/* Note: Brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/ on Jan 2nd, 2017 From: http:\/\/sitestree.com\/?p=10397 Categories:Programming Code Examples, Java\/J2EE\/J2ME, Basic JavaTags:Java\/J2EE\/J2MEBasic Java Post Data:2017-01-02 16:04:39 Shop Online: https:\/\/www.ShopForSoul.com\/ (Big\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27048,"url":"http:\/\/bangla.sitestree.com\/?p=27048","url_meta":{"origin":27253,"position":3},"title":"TextAreas #Programming Code Examples #Java\/J2EE\/J2ME #AWT Components","author":"Author-Check- Article-or-Video","date":"May 9, 2021","format":false,"excerpt":"TextAreas.java ************** import java.applet.Applet; import java.awt.*; \/.\/.\/.\/.\/.\/.\/,\/.\/.\/.\/.\/ public class TextAreas extends Applet { public void init() { setBackground(Color.lightGray); add(new TextArea(3, 10)); add(new TextArea(\"SomenInitialnText\", 3, 10)); } } Note: Brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/ on Jan 2nd, 2017 From: http:\/\/sitestree.com\/?p=10342 Categories:Programming Code Examples, Java\/J2EE\/J2ME, AWT ComponentsTags:Java\/J2EE\/J2MEAWT Components Post Data:2017-01-02 16:04:35\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":26501,"url":"http:\/\/bangla.sitestree.com\/?p=26501","url_meta":{"origin":27253,"position":4},"title":"Driver template to create and start a Thread object. #Programming Code Examples #Javascript #Java Threads","author":"Author-Check- Article-or-Video","date":"April 26, 2021","format":false,"excerpt":"\/** Taken from Core Web Programming from * Prentice Hall and Sun Microsystems Press, * \u00a9 2001 Marty Hall and Larry Brown; * may be freely used or adapted. *\/ public class DriverClass extends SomeClass { ... public void startAThread() { \/\/ Create a Thread object. ThreadClass thread = new\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27030,"url":"http:\/\/bangla.sitestree.com\/?p=27030","url_meta":{"origin":27253,"position":5},"title":"ChoiceTest #Programming Code Examples #Java\/J2EE\/J2ME #AWT Components","author":"Author-Check- Article-or-Video","date":"May 8, 2021","format":false,"excerpt":"import java.applet.Applet; import java.awt.*; \/*******\/ public class ChoiceTest extends Applet { private Choice choice; public void init() { setFont(new Font(\"SansSerif\", Font.BOLD, 36)); choice = new Choice(); choice.addItem(\"Choice 1\"); choice.addItem(\"Choice 2\"); choice.addItem(\"Choice 3\"); add(choice); } } Note: Brought from our old site: http:\/\/www.salearningschool.com\/example_codes\/ on Jan 2nd, 2017 From: http:\/\/sitestree.com\/?p=10337 Categories:Programming Code\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/27253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27253"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/27253\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=27253"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=27253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}