Search Results

Showing results 1 to 10 of 10
Search took 0.02 seconds.
Search: Posts Made By: Ramy Mahrous ; Forum: Java and child forums
Forum: Java Jul 2nd, 2009
Replies: 3
Views: 355
Posted By Ramy Mahrous
To be visible to just parent class.

namespace Example
{
class Parent
{
void Method()
{
Child c = new Child();//No error
}
Forum: Java Sep 27th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
thanks for this information :)
Forum: Java Sep 27th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
and this?


int myInt = 5;
String myStr;
myStr = myInt.tostring();
Forum: Java Sep 26th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
int myInt = 5;
String myStr;
myStr = "" + myInt;
Forum: Java Sep 26th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
If you meant me, I DON'T LIKE IDIOT COMMENTS!!! I wanted just to help!
Forum: Java Sep 25th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
so, that's JAVA!
but when I was using it, I think I did something before!!!!!!!
Forum: Java Sep 25th, 2007
Replies: 12
Views: 1,710
Posted By Ramy Mahrous
you don't have any problem to cast int to string
int myInteger = 25
String myString = myInteger;

what's your problem?!
Forum: Java Sep 22nd, 2007
Replies: 4
Solved: while loop
Views: 5,683
Posted By Ramy Mahrous
I didn't see your code, but I can't say except debug it!!
Forum: Java Sep 22nd, 2007
Replies: 22
Views: 2,291
Posted By Ramy Mahrous
remove the double quotes
UPDATE Customers SET stud_name='+stdName+' WHERE stud_ID='45698'
Forum: Java Sep 16th, 2007
Replies: 3
Views: 2,042
Posted By Ramy Mahrous
you maybe need to close the file after editing..
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC