Thursday, 26 April 2018
Java sql
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. This API includes a framework whereby different drivers can be installed dynamically to access different data sources. Although the JDBCTM API is mainly geared to passing SQL statements to a database, it provides for reading and writing data from any data source with a tabular format. The reader/writer facility, available through the javax.sql.RowSet group of interfaces, can be customized to use and update data from a spread sheet, flat file, or any other tabular data source.
What are various DCL commands in SQL?
Can you sort a column using a column alias?
Is a null value same as zero or a blank space if not then what is the difference?
How can you eliminate duplicate rows from a query result?
Difference between TRUNCATE, DELETE and DROP commands?
What is the difference between CHAR and VARCHAR2 datatype in SQL?
What are the differences between sql and pl/sql?
What are the transaction properties in sql?
What is the sql case statement used for?
How many types of aggregate functions are there in sql?
What are scalar functions in sql?
What is the difference between sql and mysql?
What is the use of nvl function in sql?
What do you mean by subquery?
What are Indexes in SQL?
How to create index in oracle sql?
How to view index in oracle sql?
How to get list of tables in oracle sql
Difference between clustered and nonclustered indexes in oracle sql?
How to update with select subquery in sql server
Explain different types of index in sql server
What is JavaScript?
What are the advantages of JavaScript?
What are the disadvantages of JavaScript?
Is JavaScript a case-sensitive language?
How to use external JavaScript file?
How to create javascript object?
How to add method to javascript object?
What does the isNaN() function?
What is the difference between undefined value and null value?
How to access cookie using JavaScript?
How to create cookie using JavaScript?
How to read cookie using JavaScript?
How to get cookie by name in JavaScript?
How to delete cookie using JavaScript?
How to redirect a url using JavaScript
How to print a web page using JavaScript?
How to handle exceptions in JavaScript?
How to create a procedure?
How to execute stored procedure?
How to drop stored procedure?
How to create a function?
How to execute a function?
How to drop a function?
What is Context area?
How to use explicit cursor?
How to declare a cursor?
How to fetch a cursor?
How to close a cursor?
Maven Eclipse Servlet
Maven Eclipse JSP
Maven Eclipse Spring
Maven Eclipse Hibernate
Maven interview questions
What are the build tools in java?
What are the aspects Maven manages?
how to check the maven version in windows?
how to check the maven version in linux?
how to check the maven version in mac?
What information does pom contain?
What is a goal in maven?
What are the types of repository in maven?
Explain Maven repository search order
What is local repository in maven?
What is central repository in maven?
What is remote repository in maven?
What is maven plugin used for?
What are the types of maven plugins?
What is archetype in maven?
How profiles are specified in maven?
How can you build your project offline?
How to exclude dependency in maven?
Java cloning deep and shallow
Shallow vs Clone copy
Write a java program to find duplicate elements in an array?
Write a java program to find second largest element in an array of integers?
Write a java program to check the equality of two arrays?
Write a java program to find all pairs of elements in an integer array whose sum is equal to a given number?
Write a java program to find continuous sub array whose sum is equal to a given number?
Write a java program to find the intersection of two arrays?
Write a java program to separate zeros from non-zeros in an integer array?
Write a java program to find all the leaders in an integer array?
Write a java program to find a missing number in an integer array?
Write a java program to convert an array to ArrayList and an ArrayList to array?
Write a java program to count occurrences of each element in an array?
Write a java program to reverse an array without using an additional array?
Write a java program to remove duplicate elements from an array?
Write a java program to find union and intersection of multiple arrays?
Write a java program to find the most frequent element in an array?
Java interview programs
Java array interview questions
Java array interview programs
Java star pattern programs
Java number pattern programs
Spring security tutorial with examples
Spring security overview
Spring security architecture diagram
Spring security maven dependency
Spring security hello world xml example
Spring security hello world annotation example
Spring security custom login xml example
Spring security custom login annotation example
Spring security form login using database example
Spring security limit login attempts example
Spring security remember me example
Spring security password encoder example
Spring security hibernate xml example
Spring security hibernate annotation example
Spring boot tutorial with examples
Spring boot overview
Spring boot architecture diagram
Spring boot components
Spring boot starter parent in pom maven repo
Spring boot web app configuration
Run spring boot application from command line
Spring boot hello world example
Spring boot jsp example
Spring boot restful web services example
Spring boot common application properties
Spring boot change default tomcat port
Spring boot change context path
Spring boot configuration properties example
Spring boot slf4j example
Spring boot ajax example
Spring boot with mysql database example
Spring boot with hibernate example
How to log sql statements in spring boot?
Spring boot deploy war file to tomcat
Java design patterns tutorial with examples
Java creational design patterns
Java singleton design pattern
Java factory design pattern
Java abstract factory design pattern
Java builder design pattern
Java prototype design pattern
Java structural design patterns
Java adapter design pattern
Java composite design pattern
Java proxy design pattern
Java flyweight design pattern
Java facade design pattern
Java bridge design pattern
Java decorator design pattern
Java behavioral design patterns
Java template design pattern
Java mediator design pattern
Java chain of responsibility design pattern
Java observer design pattern
Java strategy design pattern
Java command design pattern
Java state design pattern
Java visitor design pattern
Java interpreter design pattern
Java iterator design pattern
Java memento design pattern
How to iterate through collection objects?
How to remove element from collection using iterator?
Java Vector class
How to read all elements in vector by using iterator in java?
How to copy or clone a vector in java?
How to add all elements of a list to vector in java?
How to remove all elements from vector in java?
How to copy vector to array in java?
How to get sub list from vector in java?
how to display arraylist values by using iterator in java?
How to copy or clone a arraylist in java?
How to add all elements of a list to arraylist in java?
How to remove all elements from arraylist in java?
How to convert arraylist to array in java?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment