Q.: Write a java program to convert amount from digit to figures. OR Q. Write a java program to convert numbers to words OR Q. Write a java program to convert digits to figures. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Code: Output: Download Now (.Zip File – 16KB)…
Posts Tagged ‘java’
Q.: Write java application to create Menu and Submenu(Cascading menu) in menubar using swing and applet. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Concepts Used: Applet JMenuBar JMenu JApplet setJMenuBar Code: Output: Download Now (.Zip File – 18KB)…
Q.: Create java applet using swing which will accept string or input from user in textfield and after submitting(button click), it will display that input in console screen. OR Q. Create java applet using swing to demonstrate use of ActionListener, actionPerformed, event.getSource, .getText, JTextField, JButton, applet. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Concepts used: [...]
Q.: Write Java applet using swing which demonstrates the use of showInputDialog. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Source Code: Output: Step 1: Step2: Step3: Download Now (.Zip File – 37KB)…
Q.: Write a console java program to split a particular string. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Code: Output: Download Now (.Zip File – 18KB)…
Q. : Write a string including single quote and double quote in it in a simple console java program. Sometimes, we want to use quotes in program but it is difficult to use it directly in java program. We have to use “” to insert quotes in a program. Try following program to get more [...]
Q. Write Java Console Application to demonstrate the use of equalsIgnoreCase function to ignore string case sensitivity. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Source Code: Output: Download Now (.Zip File – 12KB)…

