Showing posts with label JAVA. Show all posts
Showing posts with label JAVA. Show all posts

Sunday, February 6, 2011

Latest Java Mobile Environment J2ME Tutorials 2010 2011

Here you can download Some collection of Java Mobile Environment J2ME Tutorials. These Consists lot of Files and all are specify only Java Mobile Environment J2ME Tutorials. These Java Mobile Environment J2ME Tutorials are very important and don't miss these files.these is a Sample Java Mobile Environment J2ME Tutorials and old Java Mobile Environment J2ME Tutorials and Previous year Java Mobile Environment J2ME Tutorials and Frequently asked Questions (FAQ) about Java Mobile Environment J2ME Tutorials.if you download these file you will be getting more knowlege about Java Mobile Environment J2ME Tutorials. you can download these if you download these file you will be getting more knowlege about Java Mobile Environment J2ME Tutorials from below link.

Download Latest Java Mobile Environment J2ME Tutorials 2010 2011.

Thursday, February 3, 2011

Latest Java Program for Client Configuration 2011


Latest Java Program for Client Configuration 2011

import java.net.*;

public class Client {
public static void main(String [] args) throws Exception {
Socket s = new Socket("127.0.0.1",100);
System.out.println("Client connected");
}
}

Latest Java Program for Object Converter 2011


Latest Java Program for Object Converter 2011


import java.io.*;
import java.util.*;
public class ObjectConverter {

private static char [] LETTER  = {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
// private FileInputStream;
private BufferedReader br;
private List<String> dataList = new ArrayList<String>();

public Object[][] data() throws Exception {
String content = null;
for(int i=0;i<26;i++){
br = new BufferedReader(new InputStreamReader(new FileInputStream(LETTER[i]+".index")));
while((content = br.readLine())!=null){
dataList.add(content);
}
}
return null;
}

public static void main(String [] args){

}
}

Latest Java Server Programming 2011


Latest Java Server Programming 2011

import java.net.*;

import static java.lang.System.*;
public class Server {
public static void main(String [] args) throws Exception {
SecurityManager sm = System.getSecurityManager();

Socket s = null;
ServerSocket ss = new ServerSocket(100);
System.out.println("Server ready");
out.println("Waiting for client request");
s = ss.accept();
System.out.println("Connection established");
}
}

Latest Java Program For Table Creation 2011

Latest Java Program For Table Creation 2011

import javax.swing.*;
import java.awt.event.*;
import java.awt.*;

public class TableView extends JFrame implements ActionListener {
Object [][] data = {
{"bit","binary","byte"},
{"computer","CISCO","control"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
{"data","debug","dictionary"},
};

Object [] heading = {"B","C","D"};

public TableView(){
setLayout(new GridBagLayout());

GridBagConstraints c = new GridBagConstraints();
c.fill = GridBagConstraints.HORIZONTAL;
c.weightx = 0.5;

c.gridx = 0;
c.gridy = 0;
c.ipady = 50;
c.gridwidth = 3;
JTable table = new JTable(data, heading);
JScrollPane pane = new JScrollPane(table);
add(pane, c);

c.gridwidth = 0;
c.ipady = 0;

c.gridx = 0;
c.gridy = 1;
JPanel p1 = new JPanel(new FlowLayout());
JButton add = new JButton("Add");
JTextField tf = new JTextField(10);
p1.add(add);
p1.add(tf);

add(p1, c);

setVisible(true);
setSize(400, 300);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}

public static void main(String [] args){
TableView tv = new TableView();
}

public void actionPerformed(ActionEvent e){

}
}

Java Visual Editor with Compiler (Java)

Providing the users with the create documents main purpose of this application. The project implementation is mainly concerned with create documents are maintained by our editor.
The project has been developed by utilizing JAVA2, using Swing, IO, and wt(Abstract Window Toolkit) The successful platform used is Windows and has its application in windows based System. The abstraction for a System is its Documents, the usual methods in now-a-days based on Windows Environments. The term Word Processing refers to the activity carried out using a computer and a suitable software to create, view ,edit, manipulate, transmit, store, retrieve and print documents.

Latest Fundamentals of Pervasive Computing Syllabus 2011

CS9153 Fundamentals of Pervasive Computing 3 0 0 3

1. Pervasive Architecture

Local Area Networks – Wireless LANs - Relationship of Wireless, Internet and Ubiquitous Computing – Pervasive Computing and Ubiquitous Computing - Ambient Computing – Pervasive Web application Architecture – Requirements of computational infrastructure - failure management – security – performance – dependability.

2. Mobile Device Technologies

Mobile Computing devices characteristics - Adaptation – Data dissemination and Management - Heterogeneity – Interoperability - – Context awareness - Language localization issues - User Interface design issues – Difference between UI design for mobile devices and conventional systems - Mobile Agents - Mobile Device technology overview - Windows CE – Symbian – J2ME – Pocket PC – BREW.

3. Sensor Networks and RFIDs

Introduction to Sensor networks - Sensor Node Architecture – Sensor Network Architecture - Types of sensor networks – Platforms for Wireless sensor networks – Applications of Wireless Sensor networks - Introduction to RFID – transponder and reader architecture - Types of tags and readers - Frequencies of operation – Application of RFID Technologies.


4. Local Area and Wide Area Wireless Technologies

IEEE 802.11 technologies - Infrared technologies - Bluetooth networks (OBEX Protocol) - Personal Area Networks – Mobility Management - Mobile IP - Establishing Wide area wireless networks - Concept and structure of ”cell” - Call establishment and maintenance - Channel management - Frequency Assignment techniques.

5. Protocols and Applications

Networking protocols - Packet switched protocols - Routing Protocols for Sensor Networks - Data Centric Protocols - Hierarchical Protocols - Location-based protocols - Multimedia Messaging Service (MMS) Protocols - Wireless Application Protocol (WAP) – Applications of Pervasive Computing – Retail – Healthcare - Sales force automation – Tracking applications.
Total = 45
References
1. Burkhardt, Henn, Hepper, Rintdorff, Schaeck. “Pervasive Computing”, Addison Wesley, 2002.
2. F. Adelstein, S.K.S. Gupta, “Fundamentals of Mobile and Pervasive Computing” Tata McGraw-Hill, 2005.
3. Ashoke Talukdar and Roopa Yavagal, “Mobile Computing”, Tata McGraw Hill,
2005

Web articles
M. Weiser, The Computer for the Twenty-First Century, Scientific American, pp. 94-10, September 1991
M. Weiser, "Some computer science issues in ubiquitous computing." Communications of the ACM, July 1993. Pages 75-84
Wesier, Mark. "The World is not a Desktop." ACM Interactions. http://www.ubiq.com/hypertext/weiser/ACMInteractions2 (November 1993)
M. Satyanarayanan, Pervasive Computing: Vision and Challenges, IEEE Personal Communications , August 2001
D. Saha, A. Mukherjee, Pervasive Computing: A Paradigm for the 21st Century,  IEEE Computer, IEEE Computer Society Press, pp. 25-31, March 2003
Vijay Gugnani, Karunesh Arora, V N Shukla, Issues & Challenges in Developing Multilingual Applications for Mobile: Indic Languages Perspective, www.w3.org/2006/07/MWI-EC/PC/cdac_Mobilepaper.pdf

Latest Download Open Office Plugin 2011


Download the Open Office Plug-in from the below mentioned URLhttp://api.openoffice.org/files/documents/22/4772/org-openoffice-extensions-2.0.7.alpha.nbm.
Open Netbeans 6.9 goto to tools-->plugins-->click downloaded tabs-->add plugins-->choose org-openoffice-extensions-2.0.7.alpha.nbm-->click ok.


Latest Download Openoffice SDK (Software Development Kit) 2011

The OpenOffice.org SDK is an add-on for the OpenOffice.org office suite. It provides the necessary tools and documentation for programming the OpenOffice.org APIs and creating own extensions (UNO components) for OpenOffice.org.
After downloading the SDK from the above link, we will get an ooobasis3.2-sdk_3.2.1-9502_i386.deb file, double click on that file and install it.

Latest Download Open office Source Code Repository 2011


The source code of Open Office 3.2 can be downloaded from the following 


Download the bundle (DEV300.hg) from http://hg.services.openoffice.org/bundle/DEV300.hg
After downloading the bundle do the following steps in the terminal:  
# sudo apt-get install mercurial
To

check your openoffice source code directory list:

Wednesday, January 26, 2011

Latest Encapulation Tutorials Guide 2010 2011

Here you can download Latest Encapulation Tutorials Guide  2010 2011.These file is are very important and don't miss these file. These is a Previous year and important Encapulation Tutorials Guide   2010 2011. These is Very basic Encapulation Tutorials Guide  . if you download these file you will be getting more knowlege about Encapulation Tutorials Guide   and it is Sample Encapulation Tutorials Guide   and Old Placement Questions for Interview and it is very powerful Encapulation Tutorials Guide   and it is Frequently asked Important Questions (FAQ) of Encapulation Tutorials Guide  .if you really interest to download that Encapulation Tutorials Guide   from below link. These is Very important Encapulation Tutorials Guide .

Download Latest Encapulation Tutorials Guide 2010 2011.

Tuesday, January 25, 2011

Latest Enterprise Java Bean Conversation And Guide 2010 2011

Latest Enterprise Java Bean Conversation And Guide 2010 2011

Here you can download Latest Enterprise Java Bean Conversation And Guide  2010 2011.These file is are very important and don't miss these file. These is a Previous year and important Enterprise Java Bean Conversation And Guide   2010 2011. These is Very basic Enterprise Java Bean Conversation And Guide  . if you download these file you will be getting more knowlege about Enterprise Java Bean Conversation And Guide   and it is Sample Enterprise Java Bean Conversation And Guide   and Old Placement Questions for Interview and it is very powerful Enterprise Java Bean Conversation And Guide   and it is Frequently asked Important Questions (FAQ) of Enterprise Java Bean Conversation And Guide  .if you really interest to download that Enterprise Java Bean Conversation And Guide   from below link. These is Very important Enterprise Java Bean Conversation And Guide .

Download Latest Enterprise Java Bean Conversation And Guide 2010 2011.

Latest Enterprise Java Bean Role 2010 2011

Latest Enterprise Java Bean Role 2010 2011

Here you can download Latest Enterprise Java Bean Role  2010 2011.These file is are very important and don't miss these file. These is a Previous year and important Enterprise Java Bean Role   2010 2011. These is Very basic Enterprise Java Bean Role . if you download these file you will be getting more knowlege about Enterprise Java Bean Role   and it is Sample Enterprise Java Bean Role   and Old Placement Questions for Interview and it is very powerful Enterprise Java Bean Role   and it is Frequently asked Important Questions (FAQ) of Enterprise Java Bean Role  .if you really interest to download that Enterprise Java Bean Role   from below link. These is Very important Enterprise Java Bean Role .

Thursday, January 20, 2011

Latest JAVA Virtual Machine Questions And Tutorials 2010 2011

Latest JAVA Virual Machine Questions And Tutorials 2010 2011

Here you can download Latest JAVA Virual Machine Questions And Tutorials   2010 2011.These file is are very important and don't miss these file. These is a Previous year and important JAVA Virual Machine Questions And Tutorials   2010 2011. These is Very basic JAVA Virual Machine Questions And Tutorials  . if you download these file you will be getting more knowlege about JAVA Virual Machine Questions And Tutorials   and it is Sample JAVA Virtual Machine Questions And Tutorials   and Old Placement Questions for Interview and it is very powerful JAVA Virtual Machine Questions And Tutorials   and it is Frequently asked Important Questions (FAQ) of JAVA Virtual Machine Questions And Tutorials  .if you really interest to download that JAVA Virual Machine Questions And Tutorials   from below link. These is Very important JAVA Virual Machine Questions And Tutorials .

Download Latest JAVA Virtual Machine Questions And Tutorials 2010 2011.

Friday, January 14, 2011

Latest Java Carrier Questions Paper 2011

Latest Java Carrier Questions Paper 2011

  1. Meaning - Abstract classes, abstract methods

  2. Difference - Java,C++

  3. Difference between == and equals method

  4. Explain Java security model

  5. Explain working of Java Virtual Machine (JVM)

  6. Difference : Java Beans, Servlets

  7. Difference : AWT, Swing

  8. Disadvantages of Java

  9. What is BYTE Code ?

  10. What gives java it's "write once and run anywhere" nature?

  11. Does Java have "goto"?

  12. What is the meaning of "final" keyword?

  13. Can I create final executable from Java?

  14. Explain Garbage collection mechanism in Java

  15. Why Java is not 100% pure object oriented language?

  16. What are interfaces? or How to support multiple inhertance in Java?

  17. How to use C++ code in Java Program?

  18. Difference between "APPLET" and "APPLICATION"

Latest Java Carrier Questions Paper 2011

Monday, January 10, 2011

All Subject Aptitude Questions and Technical Questions 2011

Here you can download some collection of All Subject Aptitude Questions and Technical Questions 2011. These consists of C,C++,Java, Database,OS,Network. And basic Aptitude Questions and Verbal Questions all are free download from our site. so be use these materials. you can download these All Subject Aptitude Questions and Technical Questions 2011 from below link. these is a C Interview Questions,C++ Interview Questions,Java Interview Questions,Database Interview Questions,Operating System Interview Questions,Network Interview Questions,Important Verbal Interview Questions,Latest Technical Questions,Latest Verbal Interview Questions,All Company Interview Questions,Basic Interview and Verbal Questions,Aptitude Questions for All Concept

Download All Subject Aptitude Questions and Technical Questions 2011