Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Harshita Vats 6 years, 11 months ago
- 0 answers
Posted by Abhishek Kumar 6 years, 11 months ago
- 0 answers
Posted by Kartikay Gupta 6 years, 11 months ago
- 0 answers
Posted by Prateek Kumar Devnani 6 years, 11 months ago
- 0 answers
Posted by Yusuf Khan 6 years, 11 months ago
- 0 answers
Posted by Abhinav Singh 6 years, 11 months ago
- 0 answers
Posted by Gaurav Athelet 6 years, 11 months ago
- 0 answers
Posted by Mdzaid Idrisi 7 years ago
- 0 answers
Posted by Sourav Susari 7 years ago
- 0 answers
Posted by Shivam Patro 7 years ago
- 0 answers
Posted by Siddharth Dhadda 7 years ago
- 1 answers
Alfa J 7 years ago
Posted by Siddharth Dhadda 3 years, 5 months ago
- 1 answers
Sia ? 3 years, 5 months ago
Both MySQL and SQL Server, both are relational database management systems or RDBMS. MySQL is open source and is free to use whereas SQL Server is licensed product of Microsoft. MySql supports programming languages like C++, Java and has running support for Perl, TCL and Haskel.
Posted by Radhika Thakur 7 years ago
- 0 answers
Posted by Chhavi Yadav 7 years ago
- 2 answers
Yas S 7 years ago
Yas S 7 years ago
Posted by Jerin Philipose 3 years, 5 months ago
- 1 answers
Sia ? 3 years, 5 months ago
JTextField
- A JTextFeld is one of the most important components that allow the user to an input text value in a single line format.
- A JTextField will generate an ActionListener interface when we trying to enter some input inside it.
- The JTextComponent is a superclass of JTextField that provides a common set of methods used by JTextfield.
- The important methods in the JTextField class are setText(), getText(), setEnabled(), etc.
JTextArea
- A JTextArea is a multi-line text component to display text or allow the user to enter text.
- A JTextArea will generate a CaretListener interface.
- The JTextComponent is a superclass of JTextArea that provides a common set of methods used by JTextArea.
- The important methods in the JTextArea class are setText(), append(), setLineWrap(), setWrapStyleWord(), setCaretPosition(), etc.
Posted by Ishika Soni 7 years ago
- 1 answers
Posted by Shubham Kaithwas 7 years ago
- 1 answers
Yas S 7 years ago
Posted by Shubham Kaithwas 7 years ago
- 1 answers
Posted by Yas S 7 years ago
- 0 answers
Posted by Hatim Takliwala 7 years ago
- 0 answers
Posted by Tarun Bhagat 3 years, 5 months ago
- 1 answers
Sia ? 3 years, 5 months ago
Definition | Depending on the condition in the 'if' statement, 'if' and 'else' blocks are executed. | The user will decide which statement is to be executed. |
Expression | It contains either logical or equality expression. | It contains a single expression which can be either a character or integer variable. |
Evaluation | It evaluates all types of data, such as integer, floating-point, character or Boolean. | It evaluates either an integer, or character. |
Sequence of execution | First, the condition is checked. If the condition is true then 'if' block is executed otherwise 'else' block | It executes one case after another till the break keyword is not found, or the default statement is executed. |
Default execution | If the condition is not true, then by default, else block will be executed. | If the value does not match with any case, then by default, default statement is executed. |
Editing | Editing is not easy in the 'if-else' statement. | Cases in a switch statement are easy to maintain and modify. Therefore, we can say that the removal or editing of any case will not interrupt the execution of other cases. |
Speed | If there are multiple choices implemented through 'if-else', then the speed of the execution will be slow. | If we have multiple choices then the switch statement is the best option as the speed of the execution will be much higher than 'if-else'. |
Posted by Shriya Manoj 7 years ago
- 0 answers
Posted by Sanjana Yadav 7 years ago
- 0 answers
Posted by Nishtha Kataria 7 years ago
- 0 answers
Posted by Saksham Setia 7 years ago
- 0 answers
Posted by Kartik Gaikwad 7 years ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app