Download and Install JDK 8. Note: Starting of Tomcat failed from Netbeans. Youtube Video: Sarthak Education. Post a Comment Thanks a lot for query or your valuable suggestions related to the topic. Popular Posts Input and Output Devices. Wire A wire technology used a cable to connect that device with a computer system. Wireless A wireless technology used without cable to connect that device with a computer system. Technology may be infrared, Bluetooth, WiFi, etc A device which is used to input data into the computer system.
Alphanumeric data. Audio data. Reverses a series of Undo commands one at a time. Cmd-X Cut. Deletes the current selection and places it on the clipboard.
Cmd-C Copy. Copies the current selection to the clipboard. Cmd-V Paste. Pastes the contents of the clipbard at the insert point. Delete Delete. Deletes the current selection. Cmd-E Deletes the current line. Cmd-K Copies the word preceding the insertion point and then pastes it after the insertion point the insertion point must be in the whitespace preceeding or following a word.
Press K multiple times to cycle through preceding words in succession. Cmd-L Copies the word following the insertion point and pastes it at the insertion point the insertion point must be located in the whitespace preceeding or following a word. Press L multiple times to cycle through consecutive following words. Cmd-Shift-G Selects the previous occurrence of the word found during the search. Cmd-F Opens the Find dialog box. Cmd-R Opens the Find and Replace dialog box. Setting Tabs Keys Action Tab Shifts all text to the right of the insertion point one tab stop to the right.
Cmd-T Shifts text in the line containing the insertion point to the right one tab stop. Cmd-D Shifts text in the line containing the insertion point to the left one tab stop. Shift-Enter Enters the text that is selected in the code completion box into your file.
Ctrl-I Opens the Insert Code pop-up menu. Ctrl-Shift-I Adds an import statement to the import section of the code when the cursor is over the class name to be imported.
Shift-Spacebar Adds a space without checking for abbreviations to expand. F2 Goes to the next bookmark. Ensure JDK 1. In the New Project wizard, expand the Samples category and select Java.
Choose Anagram Game in the Projects list. Then click Next. Click Finish. Click OK to save the changes. Your project is set to recognize new JDK 8 language features. Using Compact Profiles Support Java SE 8 introduces subset profiles of the Java SE platform specification that can be used to deploy and run applications that do not require the entire platform. Right-cick a project and choose Properties from the context menu. In the Project Properties dialog box, select the Sources category.
Use the Profile drop-down list to specify the JDK 8 profile that your application will support. Using Lambda Expressions Support Lambda expressions address the bulkiness of anonymous inner classes by expressing the machinery of anonymous inner classes more compactly. Using Repeating Annotations Support Java SE 8 features include repeating annotations that enable you to apply annotations with the same type to a single program element, as shown in the following code example:.
0コメント