Wednesday 21 August 2013

Top Most Core Java Fundamentals Notes




datatype
Default value
int
0
char
‘\u0000’
float /double
0.0 
Object reference
Null

Primitive datatype
Range
byte
-128 to 127
short 
-32768 to 32767
int
-2147483648 to 2147483647
long
- 9223372036854775808 to 9223372036854775807
char
0 to 65535

  1. following are valid declaration of package ,import and class declarations
·         package a;
import java.io.*;
class A{}

·         import java.io.*;
class A{}

  1. following are invalid declarations ,
·         import …..
package ….
class ….

·         class…..
import ….
class….
  1. the package or import statement at the beginning of the file is applicable to all the classes in the file.
  2. following are valid main declarations
·         public static void main(String [] args){}
·         public static void main(String []XXX){}//in the place of XXX any thing can be placed
·         static public void main(String [] args){}
·         public static final void main(String [] args){}
·         public static synchronized void main(String [] args){}
·         public static strictfp void main(String [] args){}
  1. following declarations of main method results in runtime error(not compile time error)
·         public void main(String [] args){}//static modifier missing
·         static void main(String [] args){}//public modifier missing
·         public static int main(String [] args){return 1;}//return type must be void
·         private static void main(String [] args){}//access modifier is private
·         protected static void main(String [] args){}//access modifier is protected
·         public static void main(String args){}//argument to main method is a String and not ‘String[]’ (String array)
·         public static void main(){}//argument String[] missing

  1. Any class which implements a given interface must provide implementation to all the methods in the interface unless the class itself is abstract.

  1. The Runnable interface has one and only one method whose prototype is

·         public void run();


  1. Thread class implements Runnable interface.
  2. When an array is created then the contents of the array are indexed from 0 to array.length-1 .


Java keywords
package
import
class
extends
interface
implements
public
private
protected
final
abstract
strictfp
super
this
byte
short
int
long
char
boolean
float
double
static
transient
volatile
void
return
native
synchronized
try
catch
finally
throw
throws
for
while
do
break
continue
switch
case
default
if
else
new
instanceof
const
goto
assert



  1. A variable declared within a method will not get it’s default value and hence it if it is used in any expression then the compiler objects that the variable may not be initialized.
  2. instance variables get their default value.
  3. Array elements get default value whether it is declared inside a method or declared outside the method.
  4. backslash characters are
‘\b’
‘\f’
‘\n’
‘\r’
‘\t’
‘\\’
‘\’’
‘\”’
‘\0’
‘\1’
‘\2’
‘\3’
‘\4’
‘\5’
‘\6’
‘\7’
In any String or char if  value present next to ‘\’(backslash) is other than those mentioned in the above table then it results in compiler error ,for eg
“\/santosh”//results in error
“/\santosh”//results in error
“//santosh”//no error
\\santosh //no error
  1. given, \u000a = \n and \u000d = \r we cannot use these(\u000a and \u000d) in any 
string or char assignment statements. Hence the following will cause compiler error ,
String s1 = “\u000a”;
String s2 = “\u000d”;
These two are interpreted as line terminators and hence results in compiler error.      

LinkWithin

Related Posts Plugin for WordPress, Blogger...

Labels

Core Java programming core java interview question Core Java Faq's Servlets coding database jsp-servlet spring Java linux unix interview questions java investment bank Web Services Interview investment bank mysql Senior java developer interviews best practices java collection tutorial RMI SQL Eclipse FIX protocol tutorial tibco J2EE groovy java questions SCJP grails java 5 tutorial jdbc beginner error and exception Design Patterns Java Programming Tutorials fundamentals general object oriented programming xml Java Programs Hibernate Examples Flex JAMon Java xml tutorial logging Jsp Struts 2.0 Sybase and SQL Server debugging java interviews performance FIX Protocol interview questions JUnit testing WebSphere date and time tutorial experienced java IO tutorial java concurrency thread Ejb Freshers Papers IT Management Java Exapmle Java Script SQL and database tutorial examples Scwcd ant tutorials concurrency example and tutorial future state homework java changes java threading tricky Agile Business of IT Development JSTL Java JSON tutorial Java multithreading Tutorials PM Scrum data structure and algorithm java puzzles java tips testing tips windows 8 5 way to create Singleton Object Architect Interview Questions and Answers Architecture Architecure Bluetooth server as swing application that searches bluetooth device in 10 meter circle and show all devices. You can send file to any bluetooth device. C Programming CIO Callable Statement in Java Circular dependency of Objects in Java Comparable Example in Collection Custom annotation in Java Developer Interview Divide and rule example in java Drupal Example of Singleton Pattern FIX protocol ForkJoin Example in Java 7 Get data from dynamic table with Java Script Git HTML and JavaScript Health Hello World TCP Client Server Networking Program Hibernate Basics Hibernate Interview Question Answer J2EE Interview Question And Answers J2ME GUI Program JEE Interview QA JMS interview question Java J2EE Hibernate Spring Struts Interview Question Java System Property Java Threads Manager Portlets Provident Fund Read data from any file in same location and give the required result. Reading Properties File in Java Redpoint Rest WebService Client Rest Webservice Test SAL join with ven diagram SCP UNIX COMMAND SSL Singleton Pattern in Java Spring Bean Initialization methods and their order Spring Interview Questions Struts Struts 2.0 Basics Struts 2.0 Design Pattern Submit Html Form With Java Script On The Fly Unix executable For Java Program XOM DOM SAX XP books computers core java; core java; object oriented programming data structure; java investment bank; design pattern dtd duplicate rows in table get browser name with jquery grails podcast inner class java beginners tutorial java cache java networking tutorial java spring java util; java collections; java questions java.java1.5 linked list mailto function with all browser oracle database oracle duplicate rows orm schema social spring mvc questions struts transaction tricks tweet windows xslt