Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: Chaster
Forum: Java Oct 18th, 2008
Replies: 8
Views: 1,316
Posted By Chaster
Well, if you know for sure that the license plate has the format "LLL NNN" (I mean letter by L and number by N), then you can get the integer value like this:

int anIntegerValue =...
Forum: Java Aug 13th, 2008
Replies: 6
Views: 466
Posted By Chaster
public class User {

protected String userName;
protected String password;
protected String eMail;
private String aString = "I won't be inherited!!!";//It really won't

public...
Forum: C Aug 12th, 2008
Replies: 6
Views: 637
Posted By Chaster
Well,
static means (at least in Java, but I think it's the same) that you don't need to create an instance of that class, you can access that method directly: ClassName.methodName([params]).
void...
Showing results 1 to 3 of 3

 


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

©2003 - 2009 DaniWeb® LLC