More you share, more you have!!!

More you share, more you have!!!

c practice questions

c interview questions

c tricky questions

college assignments

c aptitude questions

compiler design lab

Network programming

Design & Analysis of Algorithms - 88 MCQs with answers - Part 1

Design & Analysis of Algorithms - 88 MCQs with answers - Part 1

Multiple Choice Questions in Design and Analysis of Algorithms with Answers 1. There are ______steps to solve the problem ...
Read More
Find out IP address of remotely located machine/system in Java environment

Find out IP address of remotely located machine/system in Java environment

Q.Write a program to find out ip address of remote computer. Source Code:-> import java.net.*; class Inet1 {...
Read More
How to perform unit testing with Junit testing library in java environment

How to perform unit testing with Junit testing library in java environment

Q.How to perform unit testing using Junit testing library in java environment. CLASS TO BE TESTED : public class Subs...
Read More