Answer:
E-publishing is also known as digital publishing or online publishing.It means to publish the content in electronic form.It is growing rapidly.It consist digital publication of e-books,digital magazines that can be read on a screen.
<u>Explanation:</u>E-publishing is very convenient.We do not have to keep large number of books on the shelves.E-books are best during travelling because we need not to carry heavy luggage of books.E-books are cheaper than paperbacks.
E-publishing can allow the authors to reach large number of readers.Electronic contents are very well updated.Electronic books are environment friendly.It saves wastage of papers and hence cutting of trees.
Besides above advantages there are some disadvantages of E-publishing:
There are more responsibilities in E-publishing.Chances of copyright infringement can be there.
Profits are very low in case of e-publishing.It is not easy to earn money through this method.
Quality of printed books is much better than e-books.
So we can say that e-publishing has it's own advantages and disadvantages.
Answer:
A) i-false, ii-false
Explanation:
i)
init() method is only called once at the time of creation of servlet,it is not called for the client request.It is a one time initialization.The init() method is used creating and loading data that will be used throughout the life of the servlet.
<u>Definition Init() method</u>
public void init() throws ServletException {
// Initialization code...
}
ii)
Servlet is a java class that contains Java Api specification.Every Jsp is ultimately converted to Servlet, as in JSP you put Java inside HTML and for Servlet you put HTML inside JAVA.Both JSP and Servlet is used for server side scripting.
Answer:
// Program is written in C++ Programming Language.
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main()
{
// Declare and Initialise Variables
int year = 2011;
float rate = 0.011;// 1.1%
double population = 7000000000;
// Iterate through years to get number of years
// Population will get to 8 billion
while(population<8000000000)
{
// Calculate new population
population = population * ( 1 + rate);
// Population = Population * Population * Rate
year++;
}
//End loop
// Print Population and Year
cout<<"Population in "<<year<<" is "<<population;
}
return 0;
}
This is not a question (it's not in the form of a question, but in form of a statement) so it's also not a research question.
It's therefore a hypothesis. It suggests that one thing leads to (causes) another - so the correct answer is d. causal hypothesis.