The class that inherits is called a
superclass
subclass
instance class
None of the Above
The process of writing the state of an object to a byte stream is called as
Deserialization
Serialization
Interface
None
What is the output of the following piece of code? if(" String ".trim() == "String") System.out.println("Welcome"); else System.out.println("Good Bye");
The code will compile and print "Welcome"
The code will compile and print "Good Bye"
The code will cause a compiler error
What is the number of bytes used by Java primitive long?
The number of bytes is compiler dependent
2
4
8
What is the output of the following program? public class example { public static void main(String args[]) { int x=0, y=2; do { x=++x; y--; } while(y>0); System.out.println(x); } }
0
1
Compilation Error
In Accounts Receivables module, When invoice is completed by pressing complete button, record is inserted into which table
AR_PAYMENT_SCHEDULES_ALL
AP_PAYMENT_SCHEDULES_ALL
RA_CUSTOMER_TRX_ALL
RA_CUSTOMER_TRX_LINES_ALL
Which of the following is invalid value for receipt status in Accounts Receivable modules.
CLEARED
CONFIRMED
RECONCILED
REMITTED
Which of the following is not a valid value for Application rule set
Line & Tax prorate
Line & Frieght Prorate
Line first & tax after
Prorate All
In Accounts payables, after a payment batch is built, what is the next step to perform.
FORMAT
AUTOSELECT
CONFIRM
NONE OF THE ABOVE
In Accounts payables, which is invalid value for Payment method
Wire
check
Automatic
Clearing