Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Wednesday, 12 February 2014

Freshers walkin

Good News to all the Freshers............. 

Wings International Conducting a Mega Job Fair in Association with Light House Educational Society.....

Quf : Any Degree / Any P.G./B.E/B.Tech 2013/2012
Job Fair Date : 23.02.2013
Reg Fee : Rs. 200/-

Participating Companies :

Snippet Technologies Pvt Ltd, Hyderabad for B.Tech/MCA
Pranava Technologies, Hyderabad for B.Tech/MCA
Streamline Technologies for B.Tech/MCA
IBM Tech Support for Any Graduate

Wednesday, 22 January 2014

Peopleprime walkins

Freshers Walk-in For Data Processing Executive @ “Peopleprime" in Hyderabad

About Company

Name: Peopleprime

Website: www.people-prime.com

Job Details

Education: BSc/BCom/BBA/BA/BCA/MBA

Experience: 0 - 2 Years

Job Location: Madhapur, Hyderabad

Sunday, 29 September 2013

Interviews

Our Page  https://www.facebook.com/shivashankar4u?ref=tn_tnmn

29 Sept Jobs
• Walk In @ Infosys BPO : Process Executive (voice) : BE, B.Tech, B.Sc, B.Com, BBA, BCA, BA : On 20th September to 31st October 2013
http://www.indiajobsworld.com/2013/09/walk-in-infosys-bpo-process-executive.html
• Walk In @ Capita India For Freshers : BA/B.Com/BCA/B.Sc/BBA/BHM : On 30th September to 4th October 2013
http://www.indiajobsworld.com/2013/09/walk-in-capita-india-for-freshers.html
• Walk In @ Syntel : B.com 2012 & 2013 Batch : Trainee : Mumbai : On 30th September,2013
http://www.indiajobsworld.com/2013/09/walk-in-syntel-bcom-2012-2013-batch.html
• Walk-In @ Nimbus Systems Pvt Ltd For Trainee / Junior – Software Developer / Technical Consultant On 29th September 2013
http://www.indiajobsworld.com/2013/09/walk-in-nimbus-systems-pvt-ltd-for.html
• Walk In @ Spice Jet Limited : Cabin Crew : On 29th September,2013
http://www.indiajobsworld.com/2013/09/walk-in-spice-jet-limited-cabin-crew-on.html
• Multi Industry Job Fair For Freshers & Experienced : Multiple Companies : Multiple Positions On 28th & 29th September 2013
http://www.indiajobsworld.com/2013/09/multi-industry-job-fair-for-freshers.html
• Walk In @ Amazon : Customer Service Associate : On 28th-29th September,2013 @ Hyderabad

Wednesday, 25 September 2013

Walk-in links

Walk-ins 
Every fresher / experince candidate who are looking for they should visit these links at least twice per day . Then there is a chance of getting job in present situation . if you fallow all these links at least you will get one opportunity which suites for your career .. 

Friday, 2 August 2013

Fresher & Exp Walk-in in Hyderabad

Fresher & Exp Walk-in For Multiple Positions @ “Hyderabad Jumbo Job & Career Fair” in Hyderabad

About Company

Name: Hyderabad Jumbo Job & Career Fair

Job Details

Education: Any graduate/PG

Experience: Fresher/Exp

Monday, 15 July 2013

LINKS FOR ALL THE MATERIALS

DOWNLOAD LINK FOR ALL THE MATERIALS


So here's is the first material for all you guys, directly download all the materials from the direct links.
  
  
i will keep on updating the Doc and will continuously keep adding the materials for you guys

(1) UNIX COMMANDS

http://www.mediafire.com/?4ya05l3ugwmgt7j

Tuesday, 18 June 2013

walk-ins


LIKE our PAGE for REGULAR Updates : http://goo.gl/mLJbr
17 June Jobs 
• Walk-In @ “3DPLM SOFTWARE” : BE/ BTech /MTech : Technical Product Support : On 17th-21st June 2013
http://www.indiajobsworld.com/2013/06/walk-in-3dplm-software-be-btech-mtech.html
• Walk-in @ Netlings Webworks : Php/wordpress Developer & Web Designers/html Developer : On 17th June to 17th July,2013
http://www.indiajobsworld.com/2013/06/walk-in-netlings-webworks-phpwordpress.html
• Walk-in @ WebReinvent Technologies : HR Executive Opening - IT Recruitment : On 15th June to 31st July,2013
http://www.indiajobsworld.com/2013/06/walk-in-webreinvent-technologies-hr.html
• Walk-in @ Aon Hewitt : Team Member(backend) : On 17th - 21st June,2013

Wednesday, 12 June 2013

Today Walkins


Walkins Today all Over India -Check Out 12-06-2013

Xchanging recruiting Business Analyst Freshers Walkin-Drive On 12th June 2013

http://vacancyhub.com/xchanging-recruiting-business-analyst-freshers-walkin-drive-on-12th-june-2013/

Tech Mahindra hiring Support Associates Walk-in Drive From 11th to 20th June 2013

http://vacancyhub.com/tech-mahindra-hiring-support-associates-walk-in-drive-from-11th-to-20th-june-2013/

PC Solutions hiring System Administrator Freshers Walk-In Drive on 12th & 13th June 2013

Wednesday, 8 May 2013

Blogging Statistics


2011 Blogging Statistics 

For businesses of all sizes, blogging is a key part of their marketing mix. Following are some informative statistics about the Blogging World (aka “Blogosphere”).

Highlights:

  • As of July 2011, there are an estimated 164 million blogs (from 3 million in 2004)
  • 27% of bloggers are full time bloggers
  • About 2/3 of bloggers are male

Sunday, 5 August 2012

struts differences



The Struts Framework

Struts 1.0 weakness addressed by Struts 1.1
Weak point
Remarks
Logging
Struts uses the container’s default logging system and does not provide a ready mechanism for applications to provide their logging language.
(Struts 1.1 implements the Commons-Logging interface package)
Loads a single configuration file per application
Larger projects need to use multiple configuration files that do not need to be shared by the entire team. (Struts 1.1 supports multiple configuration files)
Loads single resource file per locale
Larger projects need to use multiple resource files that do not need to be shared by the entire team (Struts 1.1 supports multiple resource files)
No service manager
ActionServlets must be sub classed to be extended with additional services, such as a custom logger or authentication system. (struts 1.1 offers several new extension points and components)
ActionForm red tape
Struts 1.0 excepts developers to create custom java beans for use with HTML form inputs (Struts 1.1 supports Maps and DynaBeans in place of custom java beans)
 
Struts 1.1 weakness
Weak point
Remarks
No event model
Struts is tightly coupled with the request-response model used by HTTP. This can be restricting to developers used to finely grained events.
Debugging
There is no support for automatic debugging. Developers have to resort to creating manual “breakpoints” by writing to standard out or the container’s log.
No default data model or concrete recommendations
Access to persist data model is left entirely as an exercise for the developer
Single ActionServlet
Only one ActionServlet can be used in a single application. This restriction can lead to configuration conflicts.
Requires understanding of the Struts components
To work in struts, a developer needs to understand several special classes and how they interact.
Vendor does not offer priority supports
The apache software foundation is an all over volunteer organization without a paid staff that can provide a guarantee response.





Struts 1.0 Vs 1.1
1.     First difference regarding ActionServlet sub classing. The implementation of ActionServlet changed quite a little bit between 1.0 and 1.1. Most developers did not sub class from the Struts 1.0 ActionServlet because of two main reasons:

JDBC Interview Questions


                        JDBC (java database connectivity)  
                        ===============================

1. What is JDBC ? what are its advantages ?

A. It is an API .The latest version of jdbc api is (3.0).
   The JDBC 3.0 API is divided into two packages:
   (1) java.sql and (2) javax.sql.
   Both packages are included in the J2SE and J2EE platforms.
  
   advantages:
   ---------------
      The JDBC API can be used to interact with multiple data sources in a    distributed, heterogeneous environment.
      It  can connect to any of the database from java language.
      It can switch over to any backend database without changing java code or      by minute changes.

2. How many JDBC Drivers are there ? what are they?
A. There are 4 types of JDBC drivers.
   a. JDBC-ODBC Bridge Driver(Type-1 driver)
   b. Native API Partly Java Driver(Type-2 driver)
   c. Net protocol pure Java Driver(Type-3 driver)
   d. Native protocol Pure Java Driver(Type-4 driver)

3. Explain about JDBC-ODBC driver(Type-1) ? When this type of driver is used ?
A. In this mechanism the flow of execution will be
  
   Java code(JDBC API)<------>JDBC-ODBC bridge driver<------->ODBC API<-------      >ODBC Layer<-------->DataBase

   This type of JDBC Drivers provides a bridge between JDBC API and ODBC API.
   This Bridge(JDBC-ODBC bridge)translates standard JDBC calls to Corresponding                  
   ODBC Calls, and send them to ODBC database via ODBC Libraries.

   The JDBC API is based on ODBC API.
   ODBC(Open Database Connectivity)is Microsoft's API for Database drivers.
   ODBC is based on X/Open Call Level Interface(CLI)specification for database 
   access.

   The URL and class to be loaded for this type of driver are

   Class :- sun.jdbc.odbc.JdbcOdbcDriver
   URL      :- jdbc:odbc:dsnname

4. Explain about Type-2 driver ? When this type of driver is used ?

Sunday, 15 July 2012

JAVA .NET FAQ’S


JAVA  .NET FAQ’S
1. What is java.net?
java.net is a premier web-based, open community created to facilitate Java™ technology collaboration in applied areas of technology and industry solutions. java.net is a central gathering place for Java technology enthusiasts and existing communities across industries, platforms, and interest groups.
2. What is the goal of java.net?
The goal is to expand the Java™ technology portfolio of applications, tools, and services by promoting conversation and collaboration around development of practical applications across industry groups.
3. What will developers find on java.net?
On java.net, developers can find and post material related to their specialized needs. Through a variety of collaborative tools such as wikis, weblogs, discussion forums, mail lists, and RSS newsfeeds, as well as traditional open source tools like CVS, java.net allows developers to come to one place to find out the latest news and opinions, have conversations with other developers who share specific interests, and ultimately engage in efficient development efforts using Java™ technology.
4. Is java.net a Sun web site?
java.net was launched by Sun and will be championed and financially sponsored by Sun; the majority of the content will come from companies and individuals outside of Sun.
5. How will Sun benefit from java.net?
A thriving java.net community benefits all active participants, including Sun. By participating in java.net communities, Sun can create better products, establish new business relationships and partnerships, and engage more closely with developers who are committed to using Java™ technology in innovative and creative ways.
6. How is O'Reilly Media involved in java.net?
In order to ensure the Java™ technology community is broadly represented, Sun has arranged for renowned publisher O'Reilly Media (www.oreilly.com) to be the feature editor for java.net. O'Reilly will solicit and manage the news features and highlighted webloggers that are presented on the opening pages of java.net.
7. How is CollabNet involved in java.net?

Thursday, 12 July 2012

Commonly Used Struts Tags in Java


Commonly Used Struts Tags
Struts Studio comes with support for the three most common Struts JSP tag libraries:
For the tags in these libraries, the tables below show the names (without the required prefixes), whether the tag is for an empty element (<emptyElementTag /> versus <elementTag>...</elementTag>), required attributes, and optional attributes.
Each of these tag names must be prefixed with bean: when using.
tag name
empty
required attributes
optional attributes
cookie
yes
id, name
multiple, value
define
yes
id
name, property, scope, toScope, type, value
header
yes
id, name
multiple, value
include
yes
id
anchor, forward, href, name, page, transaction
message
yes

arg0, arg1, arg2, arg3, arg4, bundle, key, locale, name, property, scope
page
yes
id, property

parameter
yes
id, name
multiple, value
resource
yes
id, name
input
size
yes
id
collection, name, property, scope
struts
yes
id
formBean, forward, mapping
write
yes

bundle, filter, format, formatKey, ignore, locale, property, scope

Vocabulary And Critical Reasoning


 
       part A   

  Vocabulary(synonyms) 40 Questions

1. To merry = Enjoy
2. To Alienate = abandon
3. To Solicit = Humble
4. To Heep =to gather
5. Cargo = load,luggage
6. Momentary = for small time
7. Volume = quantity
8. To Veer =
9. To Admonish=
10. To Meager = small,little
11. To lattitude,
12. Latent =
13. To Covet = To desire
14. To Discretion =
15. Potential = ability

JDBC Questions and Answers


                        JDBC (java database connectivity)  
                        ===============================

1. What is JDBC ? what are its advantages ?

A. It is an API .The latest version of jdbc api is (3.0).
   The JDBC 3.0 API is divided into two packages:
   (1) java.sql and (2) javax.sql.
   Both packages are included in the J2SE and J2EE platforms.
  
   advantages:
   ---------------
      The JDBC API can be used to interact with multiple data sources in a    distributed, heterogeneous environment.
      It  can connect to any of the database from java language.
      It can switch over to any backend database without changing java code or      by minute changes.

2. How many JDBC Drivers are there ? what are they?
A. There are 4 types of JDBC drivers.
   a. JDBC-ODBC Bridge Driver(Type-1 driver)
   b. Native API Partly Java Driver(Type-2 driver)
   c. Net protocol pure Java Driver(Type-3 driver)
   d. Native protocol Pure Java Driver(Type-4 driver)

3. Explain about JDBC-ODBC driver(Type-1) ? When this type of driver is used ?
A. In this mechanism the flow of execution will be
  
   Java code(JDBC API)<------>JDBC-ODBC bridge driver<------->ODBC API<-------      >ODBC Layer<-------->DataBase

   This type of JDBC Drivers provides a bridge between JDBC API and ODBC API.
   This Bridge(JDBC-ODBC bridge)translates standard JDBC calls to Corresponding                  
   ODBC Calls, and send them to ODBC database via ODBC Libraries.

   The JDBC API is based on ODBC API.
   ODBC(Open Database Connectivity)is Microsoft's API for Database drivers.
   ODBC is based on X/Open Call Level Interface(CLI)specification for database 
   access.

   The URL and class to be loaded for this type of driver are

   Class :- sun.jdbc.odbc.JdbcOdbcDriver
   URL      :- jdbc:odbc:dsnname

4. Explain about Type-2 driver ? When this type of driver is used ?

Sunday, 8 July 2012

java interview Question and Answers

JAVA
1.        What is the difference between procedural and object-oriented programs?- a) In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program, unit of program is object, which is nothing but combination of data and code. b) In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible with in the object and which in turn assures the security of the code.
2.       What are Encapsulation, Inheritance and Polymorphism?- Encapsulation is the mechanism that binds together code and data it manipulates and keeps both safe from outside interference and misuse. Inheritance is the process by which one object acquires the properties of another object. Polymorphism is the feature that allows one interface to be used for general class actions.
3.       What is the difference between Assignment and Initialization?- Assignment can be done as many times as desired whereas initialization can be done only once.
4.       What is OOPs?- Object oriented programming organizes a program around its data, i. e. , objects and a set of well defined interfaces to that data. An object-oriented program can be characterized as data controlling access to code.
5.        What are Class, Constructor and Primitive data types?- Class is a template for multiple objects with similar features and it is a blue print for objects. It defines a type of object according to the data the object can hold and the operations the object can perform. Constructor is a special kind of method that determines how an object is initialized when created. Primitive data types are 8 types and they are: byte, short, int, long, float, double, boolean, char.
6.       What is an Object and how do you allocate memory to it?- Object is an instance of a class and it is a software unit that combines a structured set of data with a set of operations for inspecting and manipulating that data. When an object is created using new operator, memory is allocated to it.
7.        What is the difference between constructor and method?- Constructor will be automatically invoked when an object is created whereas method has to be called explicitly.
8.       What are methods and how are they defined?- Methods are functions that operate on instances of classes in which they are defined. Objects can communicate with each other using methods and can call methods in other classes. Method definition has four parts. They are name of the method, type of object or primitive type the method returns, a list of parameters and the body of the method. A method’s signature is a combination of the first three parts mentioned above.
9.       What is the use of bin and lib in JDK?- Bin contains all tools such as javac, appletviewer, awt tool, etc., whereas lib contains API and all packages.
10.     What is casting?- Casting is used to convert the value of one type to another.
11.      How many ways can an argument be passed to a subroutine and explain them?- An argument can be passed in two ways. They are passing by value and passing by reference. Passing by value: This method copies the value of an argument into the formal parameter of the subroutine. Passing by reference: In this method, a reference to an argument (not the value of the argument) is passed to the parameter.
12.     What is the difference between an argument and a parameter?- While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.
13.     What are different types of access modifiers?