Answer Posted / nand lal
Text Editor is a program you can create and edit text
files.Text Editor is important part of computing Environment.
Text Editing use for various purpose now day Text Editor is
Usually to source code editors.This Include many feature for
writing and editing source code.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
how to add Servlet-api.jar file into eclipse 3.3.2 ?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
what is throws keyword
how to hide prompts
what is session state?
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?
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.
what is the certificates in biztalk?
Write a program to reverse a number?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
can we allocate memory for interface? if no then why?
what is the use MDM(Master Data Management)and meaning
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
write a sql qwery which include joining of two tables 4 marks mainframe
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.