Answer:
1) Avoid the perfectionist of trap
2)Banish the negative thoughts
3) Get enough sleep
4) Make sure you are prepared
5) take deep breaths
Explanation:
In my thought it's the answer of this question.
Vertical alignment determines the position of the text within a section of a document relative to the top and bottom margins, and is often used to create a cover page.
Answer:
B.add.
Explanation:
boolean add(element)
The add method in java inserts an element in the vector.It's return type is Boolean it returns true if the element is successfully inserted in the vector and false if the operation is unsuccessful.There is no Push operation in vector.Hence we conclude that the answer is add.