Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Code Snippets Interview Questions
Questions Answers Views Company eMail

What are the disadvantages of XML?

561

Why XSLT is important for XML?

671

Can I replace HTML with XML?

581

What are the special characters used in XML?

603

Can I execute a XML?

571

What is XSNL?

597

How comment can be represented in XML?

551

What is XML Parser?

708

What are the benefits of XML?

606

What are XML Namespaces?

586

What software is available for XML?

632

What is a markup language?

690

What is XML DOM Document?

582

What is SAX in XML?

590

How can I include conditional statements in XML?

632


Un-Answered Questions { Code Snippets }

write a simple calculator c program to perform addition, subtraction, mul and div.

3727


How to get Dynamically Linked Comboboxes Set?

2442


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3769


write a program in java to find the moving average of all prime numbers between 2 and 100.

4041


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

3020


Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

2418


Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

2094


Write a python program to check if a number is an armstrong number?

775


write a program that reads a series of strings and prints only those strings begging with letter "b"

3120


Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?

3360


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

3234


advance the focus to next consecutive fields when Enter Key is pressed

2254


Write a script to delete all the files in a folder except one desired file.

1332


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3346


Code for Using Keyboard Events?

2598