৫৯৫২
The energy stored in a body when stained within elastic limit is known as
উত্তর
strain energy
৫৯৫৪
The _______clause is used to list the attributes desired in the result of a query.
উত্তর
select
৫৯৫৫
In SQL_____, aggregate function can be used in the select list or the _____clause of a select statement of sub query. They cannot be used in a _____clause.
উত্তর
Group by, where
৫৯৫৬
The data structure required to check whether an expression contains balanced parenthesis is?
উত্তর
Stack
৫৯৫৭
Which of the following is false about a binary search tree?
উত্তর
Either the left of the right sub- tree should be be binary search tree but not both.
৫৯৫৮
Which of the following is a valid declaration of an object of class Box?
উত্তর
"Box obhj -new BOx();"
৫৯৫৯
What is the process of defining two or more methods within the same class that have same name but different parameters declaration?
উত্তর
method overloading