What is the Super Class of Exception in java?
Answer Posted / shalin shaji k
throwable
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
Write a shell program to test whether a given year is leap year or not ?
what is the diffrence between software and hardware language?
Explain polymorphism. Provide an example.
How do you initialize a static member of a class with return value of some function?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
what is programmable BIST in today ic design
3. What is the difference between testing and Quality Assurance?
what is meaning of MDM in sap?let me know that meaning
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
what are the missinschema properties and should we pass primary key in select command
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/