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 Static and dynamic polymorphism
Static Polymorphism Dynamic Polymorphism 1. It is otherwise called as compiler-time polymorphism . 1.It is other...
Explain Activity LifeCycle.
1)onCreate() Called when activity is first created. 2)onStart()...
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 DTD and SCHEMA
DTD : DTD support only two data type called PCDATA and CDATA. DTD does not alow to describe custom datatype. DTD does not support XML n...
Difference Between String and StringBuilder
String String Builder 1. String is Immutable type. 1. StringBuilder is mutable type. 2. Existing object...
Diffrence between thread,asynchTask and service
Thread 1)Process in execution is called Thread. 2)We can create thread by using Extending Thread or Implementing Runnable. 3)Thread ,we...
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 Abstract class and interface in Java
Abstract class Interface 1. A class become abstract when we use ' abstract ' keyword before the class nam...
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...
Powered by
Blogger
.
About Me
Mohit Kumar Singh
Sushant prasad singh
Unknown
Total Pageviews
Online Traffic
Feedjit Live Blog Stats
Sunday, 27 October 2013
What is static 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