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?
how do i add a column dynamically in a table by using java application?
Info for guidewire documents and interview questions
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
where is available in this mantis toturials?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
difference between list and display command ?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
How can we alter the data after creating a view
There is a room with 1000 light switches, numbered 1, 2, 3, 4, ... 1000, all turned off. Outside the room there are 1000 men, numbered man1, man2, ...man 1000 In order, each man walks into the room and changes the position of each switch that is a multiple of his number. That is: man1 flips every switch man2 flips switches 2, 4, 6, 8 ....1000 man3 flips switches 3, 6, 9, ..... 999 ..... Man 1000 flips switch 1000 After all 1000 men are done, how many switches are on?
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
Write a program to find duplicate number from array in minimum time complexity.