Skip to main content

Posts

Menu,Input Dialog,Message Dialog,Procedures,Functions and Arrays in VB.NET

1. Subroutine of function(Avg.,Max,Min) in VB.NET. 2. Function in VB.NET | Returning from a Function in VB.NET.(function adds to find addition of numbers selected using radiobuttons) 3. Click on first picture it will hide itself and shows second one picture in VB.NET. 4. Sub routine Check odd or Even and Function of Factorial of number in VB.NET. 5. Prime Number or not using function in VB.NET. 6. Write a Program to Implement a MDI application. It should have File menu with option New, Close, Close All and Exit. It should also have window menu to arrange the child forms like Tile Horizontal, Tile Vertical, Cascade and Arrange Icons in VB.NET. 7. Text Editor in VB.NET.(Create a text editor application. It should perform operation like cut, copy, paste and change in font, color of the selected text.) 8. Sort Int Array and String Array using Function in VB.NET. 9. Find minimum and maximum Number in Array using Function in VB.NET.

Exception Handling and Inheritance in JAVA

1. Sum of digits of given numbers with exception handling in JAVA.(Default Throw & Defined Exception Handling) 2. Throw in JAVA | User Defined Exception Handling in JAVA | Our Throw Our Catch Exception Handling in JAVA.(The length of the string is not according to given one then throw the user defined LengthMatchException and handles it appropriately) 3. Simple Logic of lowest and second lowest number in JAVA.(Display lowest and second lowest number & handle the different exceptions possible to be thrown during execution) 4. OddException in JAVA.(5 even numbers from command line & If any of the number is odd then throw custom exception OddException in JAVA and Count Invalid Number) 5. The string is not equal to Another String then throw custom exception "no match exception" in JAVA. 6. Inheritance, Super Class , Sub Class in JAVA.(Employee class, which contains fields such as name and designation. And a subclass, which contains a field salary. Write a progra

VB.NET

Building an simple application in the vb.net environment with form, textbox, label, numeric up down and button Working with Variables, Constants, Data types and Expressions Decision Making, Repetition and multiple forms Menus,common Dialogs,Procedures,Functions and Arrays in VB.NET Object Oriented Programming in VB.NET Advanced Controls in VB.NET

Decision Making, Repetition and multiple forms in VB.NET

1. fibonacci series simple logic | Fibonacci series up to 100 | Fibonacci series in VB.NET. 2. Prime Number in VB.NET.| Check Prime Number Or Not Prime Number in VB.NET. 3. Input five Numbers find out Highest & Second Highest Number in VB.NET.(Highest Number Prime Or not & up to Second Highest Number calculate Fibonacci series) 4. Number of Vowels,Consonants,Spaces,Digits,Special Symbols in VB.Net. 5. Count Words in String in VB.NET | Check String is Palindrome in VB.NET | Count words starts from “a” character. 6. Simple Logic Palindrome in VB.Net.(Accept a string from user & check String is Palindrome Or not without use inbuilt Reverse Function) 7. Calculator using Combo Box in VB.NET.(The combo box has options like ‘+’, ‘-’,’*’ and ‘/’. According to user’s choice From combo result will display in label) 9. Restrict a TextBox To Input Only Digits in VB.NET. 8. Income Tax Calculator in VB.NET. 10. Two drop down lists one for country name and another for President

Working with Variables, Constants, Data types and Expressions in VB.NET

1. Simple interest and Compound interest in VB.NET.(textboxes and radio button that calculate interest) 2. Convert the Celsius to Fahrenheit and Fahrenheit to Celsius in VB.NET. 3. Loan calculator using Pmt function in VB.NET. 4. Concatenate first and last name in VB.NET. 5. Calculate area of particular shape in VB.NET. 6. Linking One Form To Another Form in VB.NET.(On clicking submit button, display inputted data on a label with proper formatting.) 7. Convert integer value into double in VB.NET. 8. Calculate area of circle and use pi value as constant in VB.NET. 9. Convert measurement in Miles, Yards, Feet and Inches to a metric measurement in kilometers, meters and centimeters in VB.NET. 10. Convert Rupees to Dollar & Dollar to Rupees value in VB.NET.

Building an simple application in the vb.net environment with form, textbox, label, numeric up down and button in VB.NET

1. On clicking of button your name in textbox to display into label in VB.NET.(one textbox,label,button in VB.NET) 2. On the click of button back color of form will be changed in VB.NET(Three Button Red, green and blue,on the click of red button back color of form will be changed to red and so on.) 3. Calculator in VB.NET.(Design interface of simple calculator) 4. Numeric up down in VB.NET.(it shows only even numbers from 1 to 50) 5. Change Background Color by FromArgb function in VB.NET.(one label,three numeric updown) 6. On clicking left button, alignment of textbox should be changed in VB.NET.(one textbox,three button)

Decision Making, Looping, String, Array, Wrapper Classes in JAVA Examples

  1. Print even number up to 10 using while loop.   2. Check whether the given number is even or odd.   3. Calculator using switch statement.   4. Create an array to store 5 integer values and display the array Elements in reverse order.   5. Print Prime Numbers contained by the Array in JAVA.   6. Store Six Random characters in Array & copy 2 to 4 index values to another Array with same index.   7. Sort a Integer Array.   8. A String Display each character on separate line in Reverse order in JAVA.(accepts a string from users and display each character on separate line in reverse order in JAVA)   9. Sort a String Array in JAVA.(Create a string array and sort all the string contained by the array in JAVA) 10. Palindrome String in JAVA.(check whether the string is a palindrome or not in JAVA.) 11. Manipulating Character in JAVA.(UpperCase | isLowercase | toUppercase | toLowerCase | isLetterOrDigit | isWhitespace in JAVA) 12. Array Class in JAVA | Using Array Class in JAV