Interview Questions

How to Print Diamond Pattern in Java Programming Language?

Print Diamond Pattern To print diamond pattern in Java Programming, you have to use six for loops, the first for loop (outer loop) contains two for loops, in which the first for loop is to print the spaces, and the second for loop print the stars to make the pyramid of stars. Now the second for loop (outer loop) also contains the two for loop, in which the first for loop …

How to Print Diamond Pattern in Java Programming Language? Read More »

Most Important Commonly Asked Java Programming Interview Questions

Dear readers, these Java programming Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my experience, good interviewers hardly planned to ask any particular question during your interview, normally questions start with some basic concept …

Most Important Commonly Asked Java Programming Interview Questions Read More »

UST Global Technical Interview Questions and Answers updated on Feb 2019

UST Global Technical interview Questions with Answer Technical interview Section Basic questions about C,C++ basic .It include following common interview Questions Your favorite subject? your favorite programming language? Why did you Select particular subject? What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson …

UST Global Technical Interview Questions and Answers updated on Feb 2019 Read More »

OS ( Operating System ) Interview Questions and Answer ( Technical Interview Questions)

1. What is an operating system? An operating system is a program that acts as an intermediary between the user and the computer hardware. The purpose of an OS is to provide a convenient environment in which user can execute programs in a convenient and efficient manner. 2. What are the different operating systems? 1.     …

OS ( Operating System ) Interview Questions and Answer ( Technical Interview Questions) Read More »

PHP Interview Questions and Answers (Technical Interview Questions PHP)

1. Who is the father of PHP ? Rasmus Lerdorf is known as the father of PHP.   2. What is the difference between $name and $$name? $name is variable where as $$name is reference variable like $name=sonia and $$name=singh so $sonia value is singh.   3. What are the method available in form submitting? …

PHP Interview Questions and Answers (Technical Interview Questions PHP) Read More »

C programming Interview Questions and Answers with explanations

1.  What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating systems, and is one of the most widely used programming languages. C is prized for its …

C programming Interview Questions and Answers with explanations Read More »

Java Interview Questions and Answer (Technical Interview Questions)

1.What is JVM? The Java interpreter along with the runtime environment required to run the Java application in called as Java virtual machine(JVM)   2. What is the most important feature of Java? Java is a platform independent language.   3. What do you mean by platform independence? Platform independence means that we can write …

Java Interview Questions and Answer (Technical Interview Questions) Read More »

Antonym

Antonym Opposites are, interestingly, simultaneously different and similar in meaning. Typically, they differ in only one dimension of meaning, but are similar in most other respects, including similarity in grammar and positions of semantic abnormality. Additionally, not all words have an opposite. Some words are non-opposable. For example, animal or plant species have no binary …

Antonym Read More »

Grammar Concepts

Every speaker of a language has, in his or her head, a set of rules for using that language. This is a grammar, and—at least in the case of one’s native language—the vast majority of the information in it is not acquired by conscious study or instruction, but by observing other speakers; much of this …

Grammar Concepts Read More »

Scroll to Top