answersLogoWhite

0

Java doesn't really come with a set of icons. If you're referring to the coffee cup logo that's used for the actual Java programs, then those seem to be embedded in the executable files themselves.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do I turn Java on?

Install Java. It is "on" by default.


How a class in java declared default?

default it is public type


What icons should be pinned to my taskbar for default?

Whatever icons YOU choose to pin !... It's entirely up to you !


What is default delimiter in java?

\\p{javaWhitespace}+


What is passed toward the method in java?

Java uses pass by value semantics by default.


What is default return type for method in java?

default return type is : true


Which is java default access specifier?

There is no such thing as an access specifier in Java. There are access modifiers.The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'


What is default object in java?

I don't think there is such a thing as a "default object". The default class, for inheritance purposes, is called "Object".


What is default value of Boolean type variable?

False will be the default value of the boolean datatype in java


Default access specifier in java?

There is no such thing as an access specifier in Java. There are access modifiers.The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'.


What is the default access specifier in java?

There is no such thing as an access specifier in Java. There are access modifiers.The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'


What is the default access specifier of Java?

There is no such thing as an access specifier in Java. There are access modifiers.The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'.