skip to main
|
skip to sidebar
Java Interview Questions
Social Icons
Pages
Home
Popular Posts
Activity vs Fragment
Activity 1)Should have UI 2)Ability to retainState across Configuration Changed by using onRestoreInstanceState() and onSaveInstanceStat...
Difference between Abstract class and interface in Java
Abstract class Interface 1. A class become abstract when we use ' abstract ' keyword before the class nam...
What are the differences between public and private access modifier in java
Public access modifier Private access modifier It is uses the public keyword in java . It uses the private ...
Difference between Primitive type and Reference type in Java
Primitive type Reference type 1. It is predefined in any programming language. 1.It is predefined as well as user-...
Difference between Explicit and Auto Wiring in the Spring
Explicit Wiring Auto Wiring 1. Explicit Wiring means hard-coding the dependencies in the XML. 1. Not hard-coding in...
Difference between Construct and Setter Injection
Constructor Injection Setter Injection 1. Injecting bean properties through argumented constructor. 1.Injecting b...
Explain Activity LifeCycle.
1)onCreate() Called when activity is first created. 2)onStart()...
Tell something about AsynchTask?
AsynchTask 1)It enable proper and easy use of UI thread. 2)It does the work in background and give the result on UI thread without use o...
Difference between BeanFactory and ApplicationContext container
BeanFactory : BeanFactory is an interface which has one concrete cubclass called XmlBeanFactory. Following is the way to create BeanFact...
Difference Between String and StringBuilder
String String Builder 1. String is Immutable type. 1. StringBuilder is mutable type. 2. Existing object...
Powered by
Blogger
.
About Me
Mohit Kumar Singh
Sushant prasad singh
Unknown
Total Pageviews
2
2
0
2
0
Online Traffic
Feedjit Live Blog Stats
Monday, 28 October 2013
What is instance variable ?
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
Android
Angular JS
Core Java
Java
Log4j
Servlet
Spring
WebService
XML
Blog Archive
►
2015
(6)
►
April
(6)
►
2014
(7)
►
June
(1)
►
April
(3)
►
March
(3)
▼
2013
(18)
►
December
(3)
►
November
(8)
▼
October
(7)
Difference between BeanFactory and ApplicationCont...
Difference between DTD and SCHEMA
Components of Log4j
Difference between SAX parser and DOM parser ?
What is instance variable ?
What is static variable ?
Difference between compiler and interpreter
No comments:
Post a Comment