{"id":1146,"date":"2021-03-15T14:20:36","date_gmt":"2021-03-15T08:35:36","guid":{"rendered":"https:\/\/bcisnotes.com\/secondsemester\/?p=1146"},"modified":"2021-03-15T14:20:36","modified_gmt":"2021-03-15T08:35:36","slug":"very-short-questions-spring-2017-object-oriented-programming","status":"publish","type":"post","link":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/","title":{"rendered":"Very Short Questions Spring 2017 || Object-Oriented Programming"},"content":{"rendered":"<h1 style=\"text-align: center;\">Very Short Questions Spring 2017<\/h1>\n<p>The answers to the Very Short Questions Spring 2017 are given below:<\/p>\n<ol>\n<li><strong>Explain in brief JDK, JRE and JVM.<\/strong><\/li>\n<\/ol>\n<p>ANS- JDK is an acronym for <strong>Java Development Kit<\/strong>. The Java Development Kit (JDK) is a software development environment that is used to develop Java applications and applets.<\/p>\n<p>JRE is an acronym for<strong> Java Runtime Environment<\/strong>. It is also written as Java RTE. The Java Runtime Environment is a set of software tools that are used for developing Java applications.<\/p>\n<p>A <strong>Java virtual machine (JVM)<\/strong>, an implementation of the Java Virtual Machine Specification, interprets compiled Java binary code for a computer&#8217;s processor so that it can perform a Java program&#8217;s instructions.<\/p>\n<p><strong>2. <\/strong><strong>What do you mean by Autoboxing and Auto-unboxing?<\/strong><\/p>\n<p>ANS- <strong>Autoboxing<\/strong> is the process by which a primitive type is automatically encapsulated (boxed) into its equivalent type wrapper whenever an object of that type is needed.<\/p>\n<p><strong> Auto-unboxing<\/strong> is the process by which the value of a boxed object is automatically extracted (unboxed) from a type wrapper when its value is needed.<\/p>\n<p><strong>3. <\/strong><strong>Differentiate the instance variable and static variable.<\/strong><\/p>\n<p>ANS-<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"468\">\n<p style=\"text-align: center;\"><strong>Instance Variable <\/strong><\/p>\n<\/td>\n<td width=\"468\">\n<p style=\"text-align: center;\"><strong>Static Variable <\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"468\">Instance\u00a0variable, which is associated with a particular\u00a0instance\u00a0of a type, or a local\u00a0variable.<\/td>\n<td width=\"468\">A\u00a0static\u00a0variable is usually associated with a type.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>4.\u00a0<\/strong><strong>What is the use of the final keyword in java?<\/strong><\/p>\n<p>ANS- The final keyword is used in java to help in improving performance and they are safely shared in a multithreading environment without additional synchronization overhead. Also, the Final keyword allows JVM to the optimized method, variable or class.<\/p>\n<p><strong>5.\u00a0<\/strong><strong>List all types of primitive data types available in java.<\/strong><\/p>\n<p>ANS- All the primitive data types available in java are given below:<\/p>\n<ul>\n<li>Double<\/li>\n<li>Int<\/li>\n<li>Boolean<\/li>\n<li>Float<\/li>\n<\/ul>\n<p><strong>6. How we can create a thread in java?<\/strong><\/p>\n<p>ANS- A thread in java can be created by implementing the runnable interface and overriding the run method. The main thread in java is the thread that executes when the program starts. All the child threads are spawned from the main thread and it is the last thread to finish execution.<\/p>\n<p><strong>7.\u00a0<\/strong><strong>What do you mean by package? Why package is important?<\/strong><\/p>\n<p>ANS- A package is a namespace that organizes a set of related classes and interfaces. Conceptually we can think of packages as being similar to different folders on our computer. The package is important because it helps to order to prevent naming conflicts, to control access, to make searching\/locating and usage of classes, interfaces, enumerations and annotations easier, etc.<\/p>\n<p><strong>8. Differentiate String Buffer and String Builder class.<\/strong><\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"468\">\n<p style=\"text-align: center;\"><b>String Buffer<\/b><\/p>\n<\/td>\n<td width=\"468\">\n<p style=\"text-align: center;\"><strong>String Builder<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"468\">String Builder is unsynchronized.<\/td>\n<td width=\"468\">String Builder is synchronized.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>9. What is the purpose of the Simple Date Format class?<\/strong><\/p>\n<p>ANS- Simple Date Format is a concrete class for formatting and parsing dates in a locale-sensitive manner. It allows for formatting, parsing and normalization.<\/p>\n<p><strong>10. Why swing is better than AWT. Give any two reasons?<\/strong><\/p>\n<p>ANS- Swing is better than AWT because:<\/p>\n<ul>\n<li>Swing is platform-independent whereas AWT is platform dependent.<\/li>\n<li>AWT uses native code (the gui code) that was already there in the OS but swing builds every component from the scratch.<\/li>\n<\/ul>\n<p>You may also like\u00a0<a href=\"https:\/\/bcisnotes.com\/secondsemester\/question-bank\/pokhara-university-spring-2017-object-oriented-programming\/\">Pokhara University || Spring 2017 || Object-Oriented Programming || BBA\/ BCIS<\/a><\/p>\n<div class=\"dudhx69e739f880d99\" ><div id=\"amzn-assoc-ad-668fe681-bdc6-49ee-a9f9-a4c2f5be29a0\"><\/div><script async src=\"\/\/z-na.amazon-adsystem.com\/widgets\/onejs?MarketPlace=US&adInstanceId=668fe681-bdc6-49ee-a9f9-a4c2f5be29a0\"><\/script><\/div><style type=\"text\/css\">\r\n@media screen and (min-width: 1201px) {\r\n.dudhx69e739f880d99 {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 993px) and (max-width: 1200px) {\r\n.dudhx69e739f880d99 {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 769px) and (max-width: 992px) {\r\n.dudhx69e739f880d99 {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 768px) and (max-width: 768px) {\r\n.dudhx69e739f880d99 {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (max-width: 767px) {\r\n.dudhx69e739f880d99 {\r\ndisplay: block;\r\n}\r\n}\r\n<\/style>\r\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Very Short Questions Spring 2017 The answers to the Very Short Questions Spring 2017 are given below: Explain in brief JDK, JRE and JVM. ANS- <a class=\"mh-excerpt-more\" href=\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\" title=\"Very Short Questions Spring 2017 || Object-Oriented Programming\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":14,"featured_media":1158,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Very Short Questions Spring 2017 || Object-Oriented Programming<\/title>\n<meta name=\"description\" content=\"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Very Short Questions Spring 2017 || Object-Oriented Programming\" \/>\n<meta property=\"og:description\" content=\"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\" \/>\n<meta property=\"og:site_name\" content=\"BCIS NOTES\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-15T08:35:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"340\" \/>\n\t<meta property=\"og:image:height\" content=\"230\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Satyal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Satyal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\"},\"author\":{\"name\":\"Satyal\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/f8dbec6a3775d3a538119e749a62cea8\"},\"headline\":\"Very Short Questions Spring 2017 || Object-Oriented Programming\",\"datePublished\":\"2021-03-15T08:35:36+00:00\",\"dateModified\":\"2021-03-15T08:35:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\"},\"wordCount\":533,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg\",\"articleSection\":[\"Q\/A\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\",\"name\":\"Very Short Questions Spring 2017 || Object-Oriented Programming\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg\",\"datePublished\":\"2021-03-15T08:35:36+00:00\",\"dateModified\":\"2021-03-15T08:35:36+00:00\",\"description\":\"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:\",\"breadcrumb\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg\",\"contentUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg\",\"width\":340,\"height\":230,\"caption\":\"Very Short Questions Spring 2017\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bcisnotes.com\/secondsemester\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Very Short Questions Spring 2017 || Object-Oriented Programming\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#website\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/\",\"name\":\"BCIS NOTES\",\"description\":\"Second Semester\",\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bcisnotes.com\/secondsemester\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\",\"name\":\"BCIS NOTES\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg\",\"contentUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg\",\"width\":300,\"height\":100,\"caption\":\"BCIS NOTES\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/f8dbec6a3775d3a538119e749a62cea8\",\"name\":\"Satyal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/046e4cf5c1f258099878dc90092445b4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/046e4cf5c1f258099878dc90092445b4?s=96&d=mm&r=g\",\"caption\":\"Satyal\"},\"sameAs\":[\"http:\/\/bcisnotes.com\/secondsemester\"],\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/author\/sadikshya\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Very Short Questions Spring 2017 || Object-Oriented Programming","description":"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/","og_locale":"en_US","og_type":"article","og_title":"Very Short Questions Spring 2017 || Object-Oriented Programming","og_description":"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:","og_url":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/","og_site_name":"BCIS NOTES","article_published_time":"2021-03-15T08:35:36+00:00","og_image":[{"width":340,"height":230,"url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg","type":"image\/jpeg"}],"author":"Satyal","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Satyal","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#article","isPartOf":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/"},"author":{"name":"Satyal","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/f8dbec6a3775d3a538119e749a62cea8"},"headline":"Very Short Questions Spring 2017 || Object-Oriented Programming","datePublished":"2021-03-15T08:35:36+00:00","dateModified":"2021-03-15T08:35:36+00:00","mainEntityOfPage":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/"},"wordCount":533,"commentCount":0,"publisher":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg","articleSection":["Q\/A"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/","url":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/","name":"Very Short Questions Spring 2017 || Object-Oriented Programming","isPartOf":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg","datePublished":"2021-03-15T08:35:36+00:00","dateModified":"2021-03-15T08:35:36+00:00","description":"Very Short Questions Spring 2017 of Object-Oriented Programming are given below:","breadcrumb":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#primaryimage","url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg","contentUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2021\/03\/Very-Short-Questions-Spring-2017.jpg","width":340,"height":230,"caption":"Very Short Questions Spring 2017"},{"@type":"BreadcrumbList","@id":"https:\/\/bcisnotes.com\/secondsemester\/q-a\/very-short-questions-spring-2017-object-oriented-programming\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bcisnotes.com\/secondsemester\/"},{"@type":"ListItem","position":2,"name":"Very Short Questions Spring 2017 || Object-Oriented Programming"}]},{"@type":"WebSite","@id":"https:\/\/bcisnotes.com\/secondsemester\/#website","url":"https:\/\/bcisnotes.com\/secondsemester\/","name":"BCIS NOTES","description":"Second Semester","publisher":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bcisnotes.com\/secondsemester\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization","name":"BCIS NOTES","url":"https:\/\/bcisnotes.com\/secondsemester\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/","url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg","contentUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg","width":300,"height":100,"caption":"BCIS NOTES"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/f8dbec6a3775d3a538119e749a62cea8","name":"Satyal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/046e4cf5c1f258099878dc90092445b4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/046e4cf5c1f258099878dc90092445b4?s=96&d=mm&r=g","caption":"Satyal"},"sameAs":["http:\/\/bcisnotes.com\/secondsemester"],"url":"https:\/\/bcisnotes.com\/secondsemester\/author\/sadikshya\/"}]}},"_links":{"self":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/1146"}],"collection":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/comments?post=1146"}],"version-history":[{"count":3,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/1146\/revisions"}],"predecessor-version":[{"id":1160,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/1146\/revisions\/1160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/media\/1158"}],"wp:attachment":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/media?parent=1146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/categories?post=1146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/tags?post=1146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}