{"id":623,"date":"2021-07-13T23:06:43","date_gmt":"2021-07-13T23:06:43","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=623"},"modified":"2021-09-11T11:42:45","modified_gmt":"2021-09-11T11:42:45","slug":"explain-the-struts-configuration-file","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/","title":{"rendered":"Explain the struts-configuration file ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"explain-the-struts-configuration-file\" class=\"color-pink\" style=\"text-align: justify;\">Explain the struts-configuration file ?<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The struts-config.xml configuration file is a link between the View and Model components in the Web Client.<\/li>\n<li>It plays an important role in building both Controller components and Application-specific configurations.<\/li>\n<li>In Web NMS, this file is created specific to every application in the format as <module>-struts-config.xml.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\">The configuration file basically contains three main elements :<\/p>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li><form-beans><\/li>\n<li><global-forwards><\/li>\n<li><action-mappings><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"the-struts-config-xml-file\" class=\"color-purple\">The Struts-config.xml File<\/h2>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\">The elements of the\u00a0<b><module>-struts-config.xml<\/b> file and their usage are described for an example module such as \u201cfault\u201d.<\/p>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"struts-config\" class=\"color-green\">struts-config<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>Is the root node of the configuration file.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"form-beans\" class=\"color-green\">form-beans<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The Form beans create ActionForm instances at runtime.<\/li>\n<li>The details of each form bean are provided in the\u00a0<b><form-bean><\/b>\u00a0element.<\/li>\n<li>The\u00a0<b><form-property><\/b>\u00a0elements within the form bean contain the property names and the property types of the form bean.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"global-forwards\" class=\"color-green\">global forwards<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>This section maps a page on your webapp to a name.<\/li>\n<li>You can use this name to refer to the actual page.<\/li>\n<li>This avoids hardcoding URLs on your web pages.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"action-mappings\" class=\"color-green\">action-mappings<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>Each action mapping is defined in an\u00a0<b><action><\/b>\u00a0element.<\/li>\n<li>The\u00a0<b><forward><\/b>\u00a0definition within\u00a0<b><action><\/b>, maps the result of the action to the jsp page invoked.<\/li>\n<li>This is a \u2018local\u2019 forward and is optional. That is, for the particular request object, if there is no forward defined in the global forwards, it is specified in the\u00a0<b><action-mapping><\/b>\u00a0element.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"controller\" class=\"color-green\">controller<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The<b>\u00a0<controller><\/b>\u00a0enables to configure the ActionServlet.<\/li>\n<li>The\u00a0<b><controller><\/b>\u00a0element defines the<b>\u00a0<action><\/b>\u00a0elements in Fault to be local or global ActionForward names.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"plug-in\" class=\"color-green\">plug-in<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\">\n<div class=\"hddn\">\n<ul>\n<li style=\"text-align: justify;\">The\u00a0<b><plug-in>\u00a0<\/b>element is used to include plug-ins in struts.<\/li>\n<li style=\"text-align: justify;\">The Web Client uses the Tiles plug-in and the Struts Validator plug-in<\/li>\n<\/ul>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer : The struts-config.xml configuration file is a link&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4004],"tags":[195,491,360,203,199,214,198,363,209,205,2936,222,196,212,213,4047,4050,286,207,366,204,217,282,4023,483,206,4044,4040,4045,4042,4041,4039,4043,4038,4037,4036,4035,4034,4033,4052,200,197,4032,280,364,968,4051,4048,4049,4046,15823],"class_list":["post-623","post","type-post","status-publish","format-standard","hentry","category-java","tag-accenture-interview-questions-and-answers","tag-applied-materials-interview-questions-and-answers","tag-atos-interview-questions-and-answers","tag-capgemini-interview-questions-and-answers","tag-casting-networks-india-pvt-limited-interview-questions-and-answers","tag-cgi-group-inc-interview-questions-and-answers","tag-chetu-interview-questions-and-answers","tag-ciena-corporation-interview-questions-and-answers","tag-collabera-technologies-interview-questions-and-answers","tag-dell-international-services-india-pvt-ltd-interview-questions-and-answers","tag-fis-global-business-solutions-india-pvt-ltd-interview-questions-and-answers","tag-flipkart-interview-questions-and-answers","tag-ibm-interview-questions-and-answers","tag-indecomm-global-services-interview-questions-and-answers","tag-infosys-technologies-interview-questions-and-answers","tag-java-application-config-file","tag-java-xml-configuration-file-example","tag-lt-infotech-interview-questions-and-answers","tag-mphasis-interview-questions-and-answers","tag-netapp-interview-questions-and-answers","tag-oracle-corporation-interview-questions-and-answers","tag-peoplestrong-interview-questions-and-answers","tag-persistent-systems-interview-questions-and-answers","tag-rbs-india-de-interview-questions-and-answers","tag-reliance-industries-ltd-interview-questions-and-answers","tag-sap-labs-india-pvt-ltd-interview-questions-and-answers","tag-struts-2-configuration","tag-struts-config","tag-struts-config-action","tag-struts-config-example","tag-struts-config-xml-explanation","tag-struts-configuration-file","tag-struts-configuration-file-example","tag-struts-configuration-file-supports-abstraction","tag-struts-configuration-file-supports-inheritance","tag-struts-properties-file","tag-struts-config-xml-action-mapping-example","tag-struts-config-xml-example","tag-struts-config-xml-file-explanation","tag-struts2-config","tag-tech-mahindra-interview-questions-and-answers","tag-unitedhealth-group-interview-questions-and-answers","tag-validate-false-in-struts-config-xml","tag-virtusa-consulting-services-pvt-ltd-interview-questions-and-answers","tag-wells-fargo-interview-questions-and-answers","tag-wipro-infotech-interview-questions-and-answers","tag-xml-config-file","tag-xml-config-file-example","tag-xml-configuration-file","tag-xml-configuration-file-java","tag-zoho-interview-questions-and-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Explain the struts-configuration file ? - Java Interview Questions -Wikitechy<\/title>\n<meta name=\"description\" content=\"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explain the struts-configuration file ? - Java Interview Questions -Wikitechy\" \/>\n<meta property=\"og:description\" content=\"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-13T23:06:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-11T11:42:45+00:00\" \/>\n<meta name=\"author\" content=\"Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/\"},\"author\":{\"name\":\"Editor\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"headline\":\"Explain the struts-configuration file ?\",\"datePublished\":\"2021-07-13T23:06:43+00:00\",\"dateModified\":\"2021-09-11T11:42:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/\"},\"wordCount\":308,\"commentCount\":0,\"keywords\":[\"Accenture interview questions and answers\",\"Applied Materials interview questions and answers\",\"Atos interview questions and answers\",\"Capgemini interview questions and answers\",\"CASTING NETWORKS INDIA PVT LIMITED interview questions and answers\",\"CGI Group Inc interview questions and answers\",\"Chetu interview questions and answers\",\"Ciena Corporation interview questions and answers\",\"Collabera Technologies interview questions and answers\",\"Dell International Services India Pvt Ltd interview questions and answers\",\"FIS Global Business Solutions India Pvt Ltd interview questions and answers\",\"Flipkart interview questions and answers\",\"IBM interview questions and answers\",\"Indecomm Global Services interview questions and answers\",\"Infosys Technologies interview questions and answers\",\"java application config file\",\"java xml configuration file example\",\"L&amp;T Infotech interview questions and answers\",\"Mphasis interview questions and answers\",\"NetApp interview questions and answers\",\"Oracle Corporation interview questions and answers\",\"PeopleStrong interview questions and answers\",\"Persistent Systems interview questions and answers\",\"RBS India De interview questions and answers\",\"Reliance Industries Ltd interview questions and answers\",\"SAP Labs India Pvt Ltd interview questions and answers\",\"struts 2 configuration\",\"struts config\",\"struts config action\",\"struts config example\",\"struts config xml explanation\",\"struts configuration file\",\"struts configuration file example\",\"struts configuration file supports abstraction\",\"struts configuration file supports inheritance\",\"struts properties file\",\"struts-config.xml action mapping example\",\"struts-config.xml example\",\"struts-config.xml file explanation\",\"struts2 config\",\"Tech Mahindra interview questions and answers\",\"UnitedHealth Group interview questions and answers\",\"validate false in struts config xml\",\"Virtusa Consulting Services Pvt Ltd interview questions and answers\",\"Wells Fargo interview questions and answers\",\"Wipro Infotech interview questions and answers\",\"xml config file\",\"xml config file example\",\"xml configuration file\",\"xml configuration file java\",\"Zoho Interview Questions and Answers\"],\"articleSection\":[\"Java\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/\",\"name\":\"Explain the struts-configuration file ? - Java Interview Questions -Wikitechy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\"},\"datePublished\":\"2021-07-13T23:06:43+00:00\",\"dateModified\":\"2021-09-11T11:42:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/java\\\/explain-the-struts-configuration-file\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#website\",\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/\",\"name\":\"Wikitechy\",\"description\":\"Interview Questions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/#\\\/schema\\\/person\\\/4d5a581fb5470d1560324bddc5e8b757\",\"name\":\"Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"caption\":\"Editor\"},\"url\":\"https:\\\/\\\/www.wikitechy.com\\\/interview-questions\\\/author\\\/editor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Explain the struts-configuration file ? - Java Interview Questions -Wikitechy","description":"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client","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:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/","og_locale":"en_US","og_type":"article","og_title":"Explain the struts-configuration file ? - Java Interview Questions -Wikitechy","og_description":"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/","og_site_name":"Wikitechy","article_published_time":"2021-07-13T23:06:43+00:00","article_modified_time":"2021-09-11T11:42:45+00:00","author":"Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/#article","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/"},"author":{"name":"Editor","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"headline":"Explain the struts-configuration file ?","datePublished":"2021-07-13T23:06:43+00:00","dateModified":"2021-09-11T11:42:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/"},"wordCount":308,"commentCount":0,"keywords":["Accenture interview questions and answers","Applied Materials interview questions and answers","Atos interview questions and answers","Capgemini interview questions and answers","CASTING NETWORKS INDIA PVT LIMITED interview questions and answers","CGI Group Inc interview questions and answers","Chetu interview questions and answers","Ciena Corporation interview questions and answers","Collabera Technologies interview questions and answers","Dell International Services India Pvt Ltd interview questions and answers","FIS Global Business Solutions India Pvt Ltd interview questions and answers","Flipkart interview questions and answers","IBM interview questions and answers","Indecomm Global Services interview questions and answers","Infosys Technologies interview questions and answers","java application config file","java xml configuration file example","L&amp;T Infotech interview questions and answers","Mphasis interview questions and answers","NetApp interview questions and answers","Oracle Corporation interview questions and answers","PeopleStrong interview questions and answers","Persistent Systems interview questions and answers","RBS India De interview questions and answers","Reliance Industries Ltd interview questions and answers","SAP Labs India Pvt Ltd interview questions and answers","struts 2 configuration","struts config","struts config action","struts config example","struts config xml explanation","struts configuration file","struts configuration file example","struts configuration file supports abstraction","struts configuration file supports inheritance","struts properties file","struts-config.xml action mapping example","struts-config.xml example","struts-config.xml file explanation","struts2 config","Tech Mahindra interview questions and answers","UnitedHealth Group interview questions and answers","validate false in struts config xml","Virtusa Consulting Services Pvt Ltd interview questions and answers","Wells Fargo interview questions and answers","Wipro Infotech interview questions and answers","xml config file","xml config file example","xml configuration file","xml configuration file java","Zoho Interview Questions and Answers"],"articleSection":["Java"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/","name":"Explain the struts-configuration file ? - Java Interview Questions -Wikitechy","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"datePublished":"2021-07-13T23:06:43+00:00","dateModified":"2021-09-11T11:42:45+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"Explain the struts-configuration file ? - The struts-config.xml configuration file is a link between the View and Model components in the Web Client","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/java\/explain-the-struts-configuration-file\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website","url":"https:\/\/www.wikitechy.com\/interview-questions\/","name":"Wikitechy","description":"Interview Questions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757","name":"Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","caption":"Editor"},"url":"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/comments?post=623"}],"version-history":[{"count":2,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/623\/revisions"}],"predecessor-version":[{"id":3428,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/623\/revisions\/3428"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}