Author Archives: Eswar

TreeSet Example in Java

(adsbygoogle = window.adsbygoogle || []).push({}); TreeSet Example in Java Collection Framework. This Java TreeSet example describes the basic operations performed on the TreeSet in Collection Framework. Program: import java.util.TreeSet; import java.util.Itera Read More..

LinkedList Example in Java

LinkedList Example in Java Collection Framework. This Java LinkedList example describes the basic operations performed on the LinkedList in Collection Framework. Program: import java.util.*; class LinkedListDemo{ public static void main(String args[]){ LinkedList l1=new LinkedLis Read More..

Iterator Example in Java

Iterator Example in Java Collection Framework. This Java Iterator example describes the basic operations performed on the Iterator in Collection Framework. Program: import java.util.*; class IteratorDemo{ public static void main(String args[]){ ArrayList al=new ArrayList(); Syste Read More..

Hashset Example in Java

Hashset Example in Java Collection Framework. This Java Hashset example describes the basic operations performed on the Hashset in Collection Framework. Program: import java.util.*; class HashSetDemo{ public static void main(String[] args) { HashSet hs = new HashSet(); hs.add(&#8 Read More..

HashMap Example in Java Collection Framework

HashMap Example in Java Collection Framework. This Java HashMap example describes the basic operations performed on the HashMap in Collection Framework. Program: import java.util.*; class HashMapDemo{ public static void main(String[] args) { HashMap hm = new HashMap(); hm.put(&#8 Read More..

Defect Tracker and Analysier Project Concept

Functionality: Following three tasks can be performed with the application : 1) User Maintenance: Creating, Granting  access and Deleting users from application. This should be done by admin. (2) Component Maintenance : Creating a component (application being developed / enhance Read More..

Java Threads Wait Notify Example Program

Java Wait and Notify Threads Program class Que1 { int n; boolean flag = false; synchronized int get() { if(!flag) try{ wait(); }catch (InterruptedException e) { System.out.println(“Exception”); } System.out.println(“Get: ” +n); flag = false; notify(); retu Read More..

Java Threads Without Locks Example Program

class TwoStrings { static void print (String str1, String str2) { System.out.print(str1); try { Thread.sleep(500); } catch (InterruptedException ie) { e.printStackTrace(); } System.out.println(str2); } } class PrintStringsThread implements Runnable { String str1, str2; PrintStrin Read More..

Threads Synchronization in Java with Example

You can find here Threads Synchronization example program.This threads synchronization is based on lock Synchronize concept. class TwoStrings1 { synchronized static void print (String str1, String str2){ System.out.print(str1); try{ Thread.sleep(1000); } catch (InterruptedExcepti Read More..

Threads Methods in Java with Example

In this page you will get threads methods in Java with example source code. You can find infomration about Java Threads methods with example program. class Methods implements Runnable{ Thread t; String name; public Methods(String n){ name = n; System.out.println(name +” Th Read More..

Implements Runnable Example Program in Java

You can get Java code for Java Implements Runnable in thread concept with example program. class PrintRunnable implements Runnable { public PrintRunnable(){ System.out.println(“New Thread started”); new Thread(this).start(); } public void run() { for (int i = 0; i &lt Read More..

Java Threads Implements Runnable Example Program

You can get Java code for Threads class implements runnable program. You can get the example program for Java Threads Implements Runnable. class PrintNameRunnable implements Runnable { public PrintNameRunnable(){ System.out.println(“New Thread started”); } public void Read More..

Java Thread Sample Program by using Extend Thread

You can get Java code for sample thread program by using the extend thread concept in Java. class PrintThread extends Thread{ String name; public PrintThread(String msg){; name = msg; System.out.println(“Thread: “+ name); start(); } public void run(){ for (int i = 0; Read More..

Java Extend Thread Example Program

You can find here Extend Threads concept by extend the thread class.The sample program code for extend thread basic concept in Java Thread. public class ExtendThread1 extends Thread{ public ExtendThread2(){ System.out.println(“New Thread is started”); } public void ru Read More..

Gopalan Cinemas Bannerghatta Road Ticket Booking Address

Gopalan Innovation Mall,Gopalan Cinemas in Bannerghatta Road,Bangalore.You can also advance book for the show ticket,address and landmark for Gopalan Cinemas available in this page. Gopalan Cinemas(Real Express) now its Open in Bannerghatta Road Bangalore. For advance booking cal Read More..

Gopalan Cinemas Bangalore – Online Ticket Booking

Gopalan Innovation Mall Gopalan Cinemas located in Jayadeva Hospital circle, Bannerghatta Road Diagonal opposite to Shopper Stop Bangalore. For advance booking you can call at : 080 65336764 For more Information visit : Gopalan Cinemas Phone Number Address Movie Timings To get Read More..