PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
All Types GNIIT/NIIT Solution (Mr Jerry) Follow me on G+ and Twitter for more updates Twitter @mrjerry0001 #Write for us and get paid contact us On hike App:- @mrjerry4968
Pages
- Home
- HTML LAB@HOME
- DSA LAB@HOME
- WCD LAB@HOME
- C# LAB@HOME
- RDBMS LAB@HOME
- IADRT Lab@home
- EBDD LAB@HOME
- ACPC Lab@home
- LBEPS Lab@home
- ICTWC LAB@HOME
- SQL LAB@HOME
- WINDOWS APP LAB@HOME
- JAVA LAB@HOME
- NETWORK ESSENTIALS + LAB@HOME
- ASP.NET LAB@HOME
- LBEPS CYCLE TEST
- ASP.NET CYCLE TEST
- JAVA CYCLE TEST
- RDBMS CYCLE TEST
- DSA CYCLE TEST
- NIIT-HTML CYCLE TEST
- NIIT ASSIGNMENTS
- NIIT PROJECTS
- CORE JAVA NOTES
- NIIT BOOKS
- NIIT MT SOLVED
Wednesday, 30 March 2016
7)Write a Java Program that simulates a Traffic Light. The program lets the use select one of three lights :red, yellow or Green with radiobuttons.On selecting radio button, an appropriate message with “stop” or “Ready” or “GO” should appear above the button in selected color.Intially ,there is no message shown.
Read More »
6)Write a JAVA Program that Connects to database using JDBC does add,delete,modify and retrieve operations.
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
5)Write Java Program that implements a multithread application that has three threads.First thread generates random integer for every second and if the value is even,second thread computes the square of number and prints.If the value is odd,the third thread will print the value of cube of number.
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
4)Write a Program that creates User Interface to perform Integer Divisons.The user enters two numbers in text fields, Num1 and Num2.The division of Num1 and Num2 is displayed in the result field when the divide button clicked. If Num1 or Num2 were not integer, the program would throw a NumberFormatException, If Num2 is Zero, and the program would throw an Athematic Exception. Display the Exception in message box.
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
3.2)Develop an Applet in java that receives an integer in one TextField,and computes its Factorial value and returns it in another textfield,when button named “Compute” is clicked
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
3.1)Develop an Applet in java that displays a Simple Message
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
2)Write a Java Program that works as simple calculator .Use grid layout to arrange buttons for the digits and for the +,-,*,% operations .Add text field to display the results, Handle any possible exceptions like divide by zero.
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
1)Try debug step by step with small program of about 10 to 15 lines which contains at least one if else condition and a for loop.
PDF FILES DOWNLOAD
CLICK HERE TO DOWNLOAD
NETBEANS PROJECT
CLICK HERE TO DOWNLOA...
Second Highest Salary in MySQL and SQL Server - LeetCode Solution

Second Highest Salary in MySQL and SQL Server - LeetCode Solution
Write a SQL query to get the second highest salary from the Employee table.+----+--------+| Id | Salary |+----+--------+| 1 | 100 || 2 | 200 || 3 | 300 |+----+--------+For example, given the above Employee table, the second highest salary is 200. If there is no second...
Subscribe to:
Posts (Atom)