Showing posts with label java coaching bopal-ahmedabad. Show all posts
Showing posts with label java coaching bopal-ahmedabad. Show all posts

Wednesday, January 16, 2019

What is JDBC? tccicomputercoaching.com

JDBC stands for Java Database Connection. It allows to connect between front end ( Java Program) and back end .

JDBC helps you to write Java applications that manage these three programming activities:

  1. Connect to a data source, like a database
  2. Send queries and update statements to the database
  3. Retrieve and process the results received from the database in answer to your query
JDBC is an standard API specification developed in order to move data from frontend to backend. This API consists of classes and interfaces written in Java. It basically acts as an interface (not the one we use in Java) or channel between your Java program and databases i.e it establishes a link between the two so that a programmer could send data from Java code and store it in the database for future use.

How it comes into an existence?

To remove platform-dependence, JDBC was developed by database vendor which consisted of classes and interfaces written in Java.

TCCI is located in Bopal-Ahmedabad. Faculty of TCCI teach so many programming Languages like C, C++ , Core Java, Advance Java, Python , Database Management System etc.

You can join TCCI to learn any language.

For more information about TCCI.

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com/programming-course/

Friday, January 11, 2019

Immutable List-tccicomputercoaching.com

List is a memory location where we can store multiple data.


What is Immutable List?

Immutable List in Programming Language


  • Immutable List, as suggested by the name, is a type of List which is immutable. It means that the content of the List are fixed or constant after declaration, that is, they are read-only.
  • If any attempt made to add, delete and update elements in the List, Unsupported Operation Exception is thrown.
  • An Immutable List does not allow null element either.
  • If any attempt made to create an Immutable List with null element, Null Pointer Exception is thrown. If any attempt is made to add null element in List, Unsupported Operation Exception is thrown.

Advantages of Immutable List


  • They are thread safe.
  • They are memory efficient.
  • Since they are immutable, hence they can be passed over to third party libraries without any problem.

Note that it is an immutable collection,

TCCI Tririd Coaching Institute is a best choice for every student who wants to learn Fundamental of Programming. Our faculty have vast experience of teaching all programming Language.

We teach C, C++, Java, Python , Database Management, Python, Data Structure HTML,CSS, Java Script, .Net , PHP, System Programming Compiler Design, Boot Strap, Angular Js etc.

Hurry up, get admission at TCCI to learn programming Language.

Call us @ 9825618292

Visit us@ http://tccicomputercoaching.com/java-language-course/