package logical.error;
public class LogicalError {
public static void main(String[] args) {
String word="debugging";
String single_letter="";
int letter_count=0;
for(int i=0;i<word.length();i++)
{
single_letter=word.su
إظهار الرسائل ذات التسميات جافا. إظهار كافة الرسائل
إظهار الرسائل ذات التسميات جافا. إظهار كافة الرسائل
الأربعاء، 23 أبريل 2014
stack in java
package stack;
public class Stack {
public static void main(String[] args) {
System.out.println("stack");
m1();
System.out.println("end");
}
static void m1()
{
&nb
1:29 ص
try and catch
package pkgtry.and.pkgcatch;
public class TryAndCatch {
public static void main(String[] args) {
try
{
int x=10;
int y=0;
int z=x/y;
System.out.pri
1:28 ص
الدرس العاشر : call sub class (through object)
main class:-
package examdetail;
/**
*
*/
public class Examdetail {
public static void main(String[] args) {
studentresult s=new studentresult();
String ss=s.full_name = "ahmed abdulkarim";
S
1:24 ص
الأربعاء، 16 أبريل 2014
الدرس التاسع : مصفوفة ثنائية الابعاد
package arrays_2d;
/**
*
*/
public class Arrays_2D {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int [][]arynums=new int[2][2];
3:35 م
الدرس الثامن :- ترتيب مصفوفة
ascending تصاعدي :-
package arrray;
import java.util.Arrays;
/**
*
*/
public class Arrray {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int [] arynums=new int[6];
arynums
3:05 م
الدرس السابع :- Arrays
package arrray;
/**
*
*/
public class Arrray {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int []arynums;
arynums=new int[4];
arynums
2:19 م
الأحد، 6 أبريل 2014
الدرس السادس : لايجاد المعدل
package average;
import javax.swing.JOptionPane;
/**
*
*/
public class Average {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
&nb
2:17 م
الدرس الخامس في الجافا: انواع الرسائل التحذير
package dailog;
import javax.swing.JOptionPane;
/**
*
*/
public class Dailog {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
&nb
1:57 م
السبت، 8 مارس 2014
الدرس الرابع في الجافا: (INTERFACE MESSAGE (JOption Pane
import javax.swing.JOptionPane;
public class JavaApplication2 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
7:12 ص
الدرس الثالث في JAVA : input by user
import java.util.Scanner;
public class JavaApplication1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Scanner
5:00 ص
الاشتراك في:
الرسائل (Atom)