What do you mean by text editor?
Answer / 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 |
what is throws keyword
how can we implement locks in plsql?
Colors specified with the notation
What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What is autocall macro and how to create autocall macro? what is the use of it?
if heap sort contains n elements, no of comparsions required are
can we extend a class having only one parameterised constructor.Suggest the process to do it.
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?
1. What coding languages are you comfortable with?
An image map is a collection of
How to call a C++ function which is compiled with C++ compiler in C code?