Escape Characters පාවිච්චි කරලා print වෙන දේවල් වල වෙනස්කම් කරන්න පුලුවන්. Escape Characters වර්ග කිහිපයක් තියෙනවා.
New line = \n
Tab = \t
Backspace = \b
Caffiage return = \r
උදාහරණ වලින්ම බලමු මොනවද මේවයින් කරන්න පුලුවන් කියලා.
public class Pron{
public static void main(String args[]){
System.out.println (“Welcome to\n my blog”);
}
}
run කරලා බලන්න. \n තිෙයන තැනින් cursor එක අලුත් පේලියකට යනවා
public class Prot{
public static void main(String args[]){
System.out.println (“My\t name\t is\t Naveen”);
}
}
මේකෙන් වෙන්නේ tab එකක දුර cursor එක අරන් යන එක
public class Prob{
public static void main (String args[]){
System.out.println(“naveex\bn”);
}
}
මේකෙදි කරන්නේ backspace කරන එක
public class Pror{
public static void main(String args[]);
System.out.println(“1234en\rnave”);
}
}
මේකෙන් වෙන්නේ cursor එක මුලට ගිහින් print වෙන්න පටන් ගන්න එක. කලින් print වෙලා තිබුන ඒවා replace වෙනවා.
වෙනස් විදිහේ output එන්න program ලියලා පුරුදු වෙන්න.
නොතේරෙන තැනක් තියෙනවනම් අහන්න.
0 comments:
Post a Comment
ඔබේ අදහස් එකතු කරන්න...