Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~193 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

2 Posted Topics

Member Avatar for new_programmer

In java you can pass the datatype with the help of this < >. This feature called "Generics" in java. ex [CODE] class Test<A,B> { public A var1; public B var2; } class Sample{ public static void main(String []args) { Test<Integer,String> t=new Test<Integer,String>(); t.var1=10; t.var2="Hello"; System.out.println(t.var1 + " " + …

Member Avatar for vhoramoin
0
138
Member Avatar for vhoramoin

hi friends I want to know than witch other tools like javascript,jquery, i can used with PHP ?

Member Avatar for Member #334542
0
55

The End.