Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

can any method return type may be constructor , or that method name allow

HCL,

1571

what are the top level class of interface in java?

Satyam,

2 3275

what are resources in case of Threads

Satyam,

1657

What is the Super Class of Exception in java?

Andesa Services, Benchmark, CitiGroup, CMC, Evergent, KOT Systems, Value Labs, Vijay infoart Solutions,

11 34338

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?

Cosmos, HyTech Pro, WinSoft,

2 6924

what is polymorphism in java.

Atos Origin,

3 5339

what is web service in java? have u use before.

1618

in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?

TCS,

1 7459

A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps

TCS,

5 22194

While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????

2 3654

how pseudo column works?

Oracle,

1705

why rownum=1 works properly but not rownum=>2,=>3 etc.

Oracle,

1896

what is delegats ?

4 5024

What is Boxing?

3 4641

What is the difference beween joblib and steplib statements

Maples,

1773


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.

1440


what is an INI file?

1582


What is %Type,%Rowtype?

1829


What is web.configuration? how is it work? & wht is use this?

1345


What is the Difference between in memory database and physical database

2067






why we need to take u?

1665


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

2985


hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad

1379


what are all the validation we need to perform in data stage?

1939


can we retrieve only integer/String type columns from a table,if yes how?

1486


what is the software to run the GSM gate opener program

1642


Colors specified with the notation

1794


What do you understand by modular programming?

660


Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.

546


Can any one give an example (Source Code) on virtual function implemetation in Java?

1491