1. The code of conduct of the Vedic society was laid out in which text?

Answer: Smritis

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The code of conduct of the Vedic society was laid out in which text?....
QA->Who was the first in the world to introduce a Code of Conduct to the people?....
QA->Who is the first Chief Minister to have been barred from campaigning by the Election Commission on April 15, 2019, for a set period for violating the model code of conduct during election rallies?....
QA->In the Vedic society; which was the term used to denote a group of families?....
QA->In the Vedic society, which was the term used to denote a group of families?....
MCQ->What will be the output of the program? public class Test138 { public static void stringReplace (String text) { text = text.replace ('j' , 'c'); / Line 5 / } public static void bufferReplace (StringBuffer text) { text = text.append ("c"); / Line 9 / } public static void main (String args[]) { String textString = new String ("java"); StringBuffer textBuffer = new StringBuffer ("java"); / Line 14 / stringReplace(textString); bufferReplace(textBuffer); System.out.println (textString + textBuffer); } }...
MCQ->Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives. A classless society, however, does not mean a society without leaders. It means rather one in which every citizen becomes for the first time eligible for leadership, if he has the power to lead. It means a society in which every one is given, as far as possible, the chance to develop this power by the widest diffusion of educational opportunities in the broadest sense, and by keeping the career wide open to talents of every useful kind. It is often said that a community of equals will not allow itself to be led. But in fact, most men are, in most things, very willing to be led, and more in danger of giving their leaders too much than too little authority, especially if they are free to choose them, and assured that the leaders cannot exploit them for personal economic advantage leadership, so far from disappearing, will come into its own in a truly democratic society. But it is likely to be a more diffused leadership than we are used to for a better-nurtured people will have more citizens with strong wills and minds of their own, wishful to lead some in politics, some in industry, and some in professions and arts of life. This is the idea of a classless society. Some will reject it as contrary to their interest, some as utopian and against 'Human nature,' for there are some who deny, indeed if not in word, that the aim of society should be to promote the greatest happiness and welfare of the greatest number and others who hold, with pessimistic honesty, that most men must be driven and not led. What is the tone adopted by the author in this passage?...
MCQ->Codes of conduct of the Vedic society are laid down in which of the following specifically ?...
MCQ->Codes of conduct of the Vedic society are laid down in which of the following specifically?...
MCQ->System.out.print("Start "); try { System.out.print("Hello world"); throw new FileNotFoundException(); } System.out.print(" Catch Here "); / Line 7 / catch(EOFException e) { System.out.print("End of file exception"); } catch(FileNotFoundException e) { System.out.print("File not found"); } and given that EOFException and FileNotFoundException are both subclasses of IOException, and further assuming this block of code is placed into a class, which statement is most true concerning this code?...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution