Please select a subject first
Advertisements
Advertisements
Describe the disadvantages of Trade Credit as a source of short-term finance.
Concept: undefined >> undefined
What do you understand by performance appraisal?
Concept: undefined >> undefined
Advertisements
Explain the purposes of performance appraisal.
Concept: undefined >> undefined
Discuss the merits of performance appraisal.
Concept: undefined >> undefined
Discuss the limitations of performance appraisal.
Concept: undefined >> undefined
Explain the main methods of performance appraisal.
Concept: undefined >> undefined
What is the full form of ICD?
Concept: undefined >> undefined
Name any two basic principles of Object-oriented Programming.
Concept: undefined >> undefined
Write a difference between unary and binary operator.
Concept: undefined >> undefined
Name the keyword which: indicates that a method has no return type.
Concept: undefined >> undefined
Name the keyword which: makes the variable as a class variable.
Concept: undefined >> undefined
Identify and name the following tokens:
(i) public
(ii) ‘a’
(iii) ==
(iv) {}
Concept: undefined >> undefined
What are the various types of errors in Java?
Concept: undefined >> undefined
Write a Java expression for the following : |x2+2xy|
Concept: undefined >> undefined
Write the return data type of the following function: startsWith( )
Concept: undefined >> undefined
Write the return data type of the following function: random( )
Concept: undefined >> undefined
If the value of basic=1500, what will be the value of tax after the following statement is executed?
tax = basic > 1200 ? 200 : 100
Concept: undefined >> undefined
Give the output of following code and mention how many times the loop will execute?
int i;
for(i=5; i> =l;i~)
{
if(i%2 ==1)
continue;
System.out.print(i+ ”
}
Concept: undefined >> undefined
Evaluate the following expression if the value of x = 2,y = 3 and z = 1.
v = x + – z + y + + + y.
Concept: undefined >> undefined
What is meant by a package?
Concept: undefined >> undefined
