Friday, 24 June 2016

C# Tutorial - For Beginners & Professionals Understanding decision making statements in C#

Decision making statements help you to make decision based on certain conditions. These conditions are specified by a set of decision making statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of decision making statements in C#. If statement An if statement consists of a boolean expression which is evaluated to a boolean...
Read More »

Tuesday, 21 June 2016

The Path to Higher Education Through the Eyes of Search

Like many sectors, education can be evaluated in part by its performance in Google search queries. In this Hangout On Air, Jen Howard, Google's Education Industry Director, discusses how the education landscape fared in search during the third quarter of 2013. This includes the fact that demand for education maintained growth, traditional schools had a 7% year-over-year...
Read More »

Java Interview Programs

Find out duplicate number between 1 to N numbers. Find out middle index where sum of both ends are equal. Write a singleton class. Write a program to create deadlock between two threads. Write a program to reverse a string using recursive algorithm. Write a program to reverse a number. Write a program to convert decimal number to binary format. Write a program to find perfect number or not. Write a program to implement ArrayList. Write a program to find maximum repeated words from a...
Read More »