what is programming language?
Answers were Sorted based on User's Feedback
Answer / manager
Programming language is tool that provided by developing a software.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / p.krishanamoorthy
A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.
| Is This Answer Correct ? | 2 Yes | 0 No |
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
Info for guidewire documents and interview questions
How to get the index of the clicked field in reports in ABAP?
what is delegate and delegation model give the real live example on delegate model
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
what is lazy loading in hibernate?Explain in detailed manner?
what are resources in case of Threads
For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?
what is log files in qtp what is use
smal talk is pure object oriented or not?
Difference between HTML and DHTML?